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