Commit f0b984f1 authored by 黄奎's avatar 黄奎

页面修改

parent 2c152201
...@@ -70,6 +70,18 @@ ...@@ -70,6 +70,18 @@
Id: 3, Id: 3,
Name: "驳回", Name: "驳回",
}, },
{
Id: 4,
Name: "待签字",
},
{
Id: 5,
Name: "待确认",
},
{
Id: 6,
Name: "生效",
},
], ],
}; };
}, },
...@@ -88,7 +100,7 @@ ...@@ -88,7 +100,7 @@
if (res.Code == 1) { if (res.Code == 1) {
this.dataList = res.Data.PageData; this.dataList = res.Data.PageData;
this.pageCount = res.Data.PageCount; this.pageCount = res.Data.PageCount;
console.log(this.dataList ,"this.dataList "); console.log(this.dataList, "this.dataList ");
} }
}); });
}, },
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
//域名管理对象 //域名管理对象
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
// let domainUrl = 'http://192.168.20.24'; // let domainUrl = 'http://192.168.20.24';
let domainUrl = 'http://192.168.20.7:8083'; let domainUrl = 'http://192.168.20.24';
let viewFileUrl = 'http://192.168.20.214:8120'; let viewFileUrl = 'http://192.168.20.214:8120';
let mallUrl = "http://192.168.20.17:8014"; let mallUrl = "http://192.168.20.17:8014";
// let vtUploadUrl = "http://192.168.20.214:8120"; // let vtUploadUrl = "http://192.168.20.214:8120";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment