xiejun
2023-08-24 759356b8085e9e85ccb576b088138c9eb27b54c2
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -347,8 +347,13 @@
          }
        }
        getList(Object.assign(params,this.params,this.query, query),page.currentPage, page.pageSize, this.url).then(res => {
          this.data = res.data.records || res.data.data.records;
          this.page.total=res.data.total || res.data.data.total;
          if(res.data.records){
            this.data = res.data.records
            this.page.total=res.data.total ;
          }else{
            this.data = res.data.data.records;
            this.page.total=res.data.data.total;
          }
          this.loading = false;
          this.selectionClear();
        }).catch(error=>{