Commit 18920c27 authored by youjie's avatar youjie

no message

parent 84de1e5a
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.DataList = res.data.data.pageData; this.DataList = res.data.data.pageData;
this.total = res.data.data.count; this.total = res.data.data.count;
} else {}}, err => {}); } else { this.Error(res.data.message) }}, err => {});
}, },
GetSelectList() { GetSelectList() {
// 地接类型 // 地接类型
......
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