Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -288,8 +288,13 @@ } } getList(Object.assign(params,this.params,this.query, query),page.currentPage, page.pageSize, this.url, this.method).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=>{