wangting
2023-06-28 c09f5e8037f096a637a6ac1bc5224fcbca8bbc87
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -334,10 +334,13 @@
          }
        }
        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();
        }).catch(error=>{
          this.$message.error(error);
          this.loading = false;
        });
      }