yusheng 4 days ago
parent
commit
28ef76e76d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/maintenance/patrol/workOrder/index.vue

+ 2 - 2
src/views/maintenance/patrol/workOrder/index.vue

@@ -317,10 +317,10 @@
       },
       /* 刷新表格 */
       reload(where) {
-        this.$refs.table.reload({ page: 1, where: { ...where, executeGroupId: this.activeTab || undefined } });
+        this.$refs.table.reload({ page: 1, where: { ...where, teamId: this.activeTab || undefined } });
       },
       handleTabClick() {
-        this.$refs.table.reload({ page: 1, where: { executeGroupId: this.activeTab || undefined } });
+        this.$refs.table.reload({ page: 1, where: { teamId: this.activeTab || undefined } });
       },
       startExecuting(row) {
         startExecuting({ id: row.id }).then((res) => {