11
@@ -781,6 +781,22 @@ export default {
}
},
+ watch: {
+ orderVisible (val) {
+ if (!val) {
+ this.orderForm = {
+ name: '',
+ totalAmount: '',
+ subject: '',
+ subjectFee: '',
+ axe: '',
+ axePrice: '',
+ others: '',
+ othersPrice: ''
+ }
</script>
<style lang="scss">