Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -81,8 +81,8 @@ }, created() { this.getParams(); console.log('referConfig:') console.log(this.referConfig) // console.log('referConfig:') // console.log(this.referConfig) }, mounted() { if(this.referConfig.options.page){ @@ -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; this.page.total=res.total this.data = res.data.records; this.page.total=res.data.total this.loading = false; this.selectionClear(); }).catch(error=>{