uu
This commit is contained in:
parent
6559710fae
commit
b2bf3a43a7
@ -162,7 +162,8 @@
|
||||
handleDelGood(index) {
|
||||
this.modelInfo.cargoList.splice(index, 1)
|
||||
},
|
||||
handleAddGood(item = { }) {
|
||||
handleAddGood(item = { }) {
|
||||
this.modelInfo.cargoList = this.modelInfo.cargoList || []
|
||||
this.modelInfo.cargoList.push({
|
||||
...item
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user