wang1
2023-07-05 ce72eae7b8ca8c4f188f2fc87f5264ae3be618aa
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;
          this.page.total=res.total
          this.data = res.data.records;
          this.page.total=res.data.total
          this.loading = false;
          this.selectionClear();
        }).catch(error=>{