Compare commits
2 Commits
f977dfd86d
...
64ff28a3ee
Author | SHA1 | Date |
---|---|---|
|
64ff28a3ee | |
|
c47110c28b |
|
@ -477,9 +477,7 @@ export default {
|
|||
},
|
||||
reduceProduct(cndex, sndex) {
|
||||
this.allData.forEach((item) => {
|
||||
if (this.isArea == item.orderType) {
|
||||
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1)
|
||||
}
|
||||
item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1)
|
||||
})
|
||||
},
|
||||
addNewGoods() {
|
||||
|
|
Loading…
Reference in New Issue