|
@@ -101,7 +101,7 @@ export default {
|
|
|
teamAllocation(item, nameArr){
|
|
|
let newPlanList = JSON.parse(JSON.stringify(this.planList))
|
|
|
delete newPlanList.planProcedureTotals[0].prodProcedure
|
|
|
- delete newPlanList.prodProcedureTeamList
|
|
|
+ delete newPlanList.planProcedureTotals[0].prodProcedureTeamList
|
|
|
this.$axios.post('/plan/teamAllocation', {
|
|
|
...newPlanList.planProcedureTotals[0],
|
|
|
teamIds: item.join(","),
|