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

页面修改

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