完善销售订单

This commit is contained in:
2024-08-02 15:58:50 +08:00
parent ba2f86d196
commit 286b96cc26

View File

@@ -1085,6 +1085,7 @@ export default {
this.submitdisabled = false this.submitdisabled = false
}, },
handleReturn() { handleReturn() {
this.handlePartReset()
this.$emit('doback') this.$emit('doback')
} }
} }