MrShi
2024-12-09 f50963f4625215e0179c5d603693f2e1959969de
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]