wangting
2023-06-28 1808f278f5b1f1a581d7db623955438e72ef1e21
修改参照数据绑定
已修改2个文件
8 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -276,8 +276,8 @@
          }
        }
        getList(Object.assign(params,this.params,this.query, query),page.currentPage, page.pageSize, this.url).then(res => {
          this.data = res.data.records;
          this.page.total=res.data.total
          this.data = res.data;
          this.page.total=res.total
          this.loading = false;
          this.selectionClear();
        });
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -334,8 +334,8 @@
          }
        }
        getList(Object.assign(params,this.params,this.query, query),page.currentPage, page.pageSize, this.url).then(res => {
          this.data = res.data.records;
          this.page.total=res.data.total
          this.data = res.data;
          this.page.total=res.total
          this.loading = false;
          this.selectionClear();
        });