Compare commits

..

No commits in common. "64ff28a3eee2d5d559b1d6a26b6c84a5b51b9295" and "f977dfd86dee9c943dc2148a656464bf9022d8b1" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -477,7 +477,9 @@ export default {
}, },
reduceProduct(cndex, sndex) { reduceProduct(cndex, sndex) {
this.allData.forEach((item) => { this.allData.forEach((item) => {
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1) if (this.isArea == item.orderType) {
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1)
}
}) })
}, },
addNewGoods() { addNewGoods() {