|
|
@@ -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) => {
|