Преглед изворни кода

标签搜索后分页错误

Guos пре 9 месеци
родитељ
комит
0c42393c27
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      src/views/crm/externalContact/index.vue
  2. 1 0
      src/views/fastGpt/fastGptExtUserTag/index.vue

+ 1 - 0
src/views/crm/externalContact/index.vue

@@ -1515,6 +1515,7 @@ export default {
 
 
       searchTags(this.queryTagParams).then(response => {
       searchTags(this.queryTagParams).then(response => {
         this.tagGroupList = response.rows;
         this.tagGroupList = response.rows;
+        this.total = response.total;
       });
       });
 
 
     },
     },

+ 1 - 0
src/views/fastGpt/fastGptExtUserTag/index.vue

@@ -279,6 +279,7 @@ export default {
 
 
       searchTags(this.queryTagParams).then(response => {
       searchTags(this.queryTagParams).then(response => {
         this.tagGroupList = response.rows;
         this.tagGroupList = response.rows;
+        this.total = response.total;
       });
       });