This commit is contained in:
aihe 2024-12-05 12:53:50 +08:00
parent 6559710fae
commit b2bf3a43a7

View File

@ -163,6 +163,7 @@
this.modelInfo.cargoList.splice(index, 1)
},
handleAddGood(item = { }) {
this.modelInfo.cargoList = this.modelInfo.cargoList || []
this.modelInfo.cargoList.push({
...item
})