Compare commits
No commits in common. "64ff28a3eee2d5d559b1d6a26b6c84a5b51b9295" and "f977dfd86dee9c943dc2148a656464bf9022d8b1" have entirely different histories.
64ff28a3ee
...
f977dfd86d
|
|
@ -477,7 +477,9 @@ export default {
|
|||
},
|
||||
reduceProduct(cndex, sndex) {
|
||||
this.allData.forEach((item) => {
|
||||
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1)
|
||||
if (this.isArea == item.orderType) {
|
||||
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1)
|
||||
}
|
||||
})
|
||||
},
|
||||
addNewGoods() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue