Commit 127c2348 by gao_yingdong

Update qxda_compontents.vue

parent 1b0ebda1
......@@ -457,9 +457,9 @@ export default {
.then((res) => {
if (res.success === true) {
self.tableLoading = false;
if (self.cxType == "cljbxxDj") {
self.tableData = res.data.result.rows;
} else {
// if (self.cxType == "cljbxxDj") {
// self.tableData = res.data.result.rows;
// } else {
self.tableData = res.data.rows
? res.data.rows
: res.data.result.rows;
......@@ -467,7 +467,7 @@ export default {
? parseInt(res.data.total)
: parseInt(res.data.result.total);
self.phoneInfo = res.data.phoneInfo;
}
// }
// self.closeLoading();
} else {
/*self.$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