完善销售订单
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user