h5/pages/staff/task/index.vue
@@ -118,6 +118,7 @@ </view> </view> </view> <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" /> </view> <!-- 筛选 --> <u-popup @@ -279,7 +280,9 @@ }).then(res => { this.dataList = [...this.dataList, ...res.data.records] this.dataList.forEach(i => { if(i.param1){ i.param1 = JSON.parse(i.param1) } }) console.log('dataList', this.dataList) })