h5/pages/workOrder/list.vue
@@ -126,7 +126,7 @@ model: { ...param, queryStatus: activeTab, dispatchUserId: selectAll ? '' : uni.getStorageSync('userInfo').id, dealUserId: selectAll ? '' : uni.getStorageSync('userInfo').id, } }).then(res => { this.list = [...this.list, ...res.data.records]