src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -304,7 +304,6 @@ } }, searchName(val) { console.log(this.personList, val); if (val == "") { this.searchMemberByOrg(); } @@ -330,7 +329,7 @@ checkedCount > 0 && checkedCount < this.personList.length; }, cancelDistribute(row) { let arr = row.LKGList.map((x) => x.ID); let arr = row.LKGList.map(x => x.ID); cancelMission({ LkgIDs: arr }).then((res) => { if (res.success) { this.$notify({ @@ -408,7 +407,6 @@ let arr = pickList.map((a) => { return a.map((item) => item.ID); }); addToAssignList({ UserID: this.memberChecked, LkgIDs: arr,