Commit 746be6de authored by 黄奎's avatar 黄奎

选择客户修改

parent bff7444b
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
{{scope.row.ContactNumber}} {{scope.row.ContactNumber}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed label="关联销售" min-width="180"> <!-- <el-table-column fixed label="关联销售" min-width="180">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.EmName}} {{scope.row.EmName}}
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column fixed label="地址" min-width="180"> <el-table-column fixed label="地址" min-width="180">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Address}} {{scope.row.Address}}
...@@ -102,8 +102,8 @@ ...@@ -102,8 +102,8 @@
(res) => { (res) => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data.pages.pageData; this.dataList = res.data.data.pageData;
this.qMsg.total = res.data.data.pages.count; this.qMsg.total = res.data.data.count;
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
......
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