From 05cad23e13a46a9d1c032056b86b9f987474ca59 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 16 十月 2023 17:49:03 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into zhengwenfeng/modify-style

---
 src/views/other/commonDialog/SelectCommonDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue
index 7dd718a..4ea3c14 100644
--- a/src/views/other/commonDialog/SelectCommonDialog.vue
+++ b/src/views/other/commonDialog/SelectCommonDialog.vue
@@ -395,7 +395,7 @@
         pageSize: this.pagerOptions.pageSize
       }).then((res) => {
         console.log(res.data)
-        if (res.data.code === 200) {
+        if (res.code === 200) {
           if (res.data.data && res.data.data.length > 0) {
             const list = res.data.data.map((item) => {
               return {
@@ -403,7 +403,7 @@
               }
             })
             this.tableList.tableInfomation = list || []
-            this.pagerOptions.totalCount = res.data.data.count
+            this.pagerOptions.totalCount = res.data.count
           } else {
             this.tableList.tableInfomation = []
           }

--
Gitblit v1.8.0