完善销售订单

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.commodityData = []
this.submitdisabled = false this.submitdisabled = false
}, },
handleReturn() { handleReturn(isreload) {
this.handlePartReset() if (isreload === 'true') this.$emit('reloadlist')
this.handleReset()
this.$emit('doback') this.$emit('doback')
} }
} }