Commit 86af2505 authored by 黄奎's avatar 黄奎

地接总表修改

parent edd216fb
......@@ -635,7 +635,6 @@
if (res.data.resultCode == 1) {
this.total = res.data.data.count;
this.list = res.data.data.pageData.data;
console.log("this.List", this.list);
} else {
this.$message.error(res.data.message);
}
......@@ -712,7 +711,7 @@
'admin_get_EmployeeGetList', {},
res => {
if (res.data.resultCode == 1) {
//this.queryCommonData.EmployeeList = res.data.data
this.queryCommonData.EmployeeList = res.data.data;
}
},
err => {}
......
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