完善销售订单

This commit is contained in:
2024-08-02 16:05:06 +08:00
parent 286b96cc26
commit 7597808ea3

View File

@@ -1084,8 +1084,9 @@ export default {
this.commodityData = []
this.submitdisabled = false
},
handleReturn() {
this.handlePartReset()
handleReturn(isreload) {
if (isreload === 'true') this.$emit('reloadlist')
this.handleReset()
this.$emit('doback')
}
}