@@ -300,7 +300,7 @@
type: 1
};
if (this.activeTab) {
- params.executeGroupId = this.activeTab;
+ params.teamId = this.activeTab;
}
return getWorkOrderPage(params);
},