qiye/record/record.vue
@@ -161,15 +161,20 @@ }) }, getList() { uni.showLoading({ title: '加载中...', mask: true }) let data = uni.getStorageSync("qiyedata") this.queryParams.companyId = data.companyId companyList({ ...this.queryParams, ...this.list[this.current].value }).then(val => { // console.log(val.data) this.total = val.data.total this.list1 = [...this.list1, ...val.data.rows] }).catch(err => { uni.hideLoading() }) }, click(i) {