Commit 18d0269b authored by 黄奎's avatar 黄奎

页面修改

parent a01ddd33
...@@ -124,7 +124,6 @@ ...@@ -124,7 +124,6 @@
this.apipost("/api/MallBase/GetExpressConfigList", {}, res => { this.apipost("/api/MallBase/GetExpressConfigList", {}, res => {
this.loading=false; this.loading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res, '数据');
this.dataList = res.data.data; this.dataList = res.data.data;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
...@@ -170,7 +169,6 @@ ...@@ -170,7 +169,6 @@
}, },
//修改 //修改
EditexpressSetup(item) { EditexpressSetup(item) {
console.log(item, '数据');
this.isEdit = true; this.isEdit = true;
this.dialogVisible = true; this.dialogVisible = true;
this.comTitle = '修改信息'; this.comTitle = '修改信息';
......
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