@@ -8,6 +8,7 @@
:closable="true"
:visible="visible"
@close="handleCancel"
+ destroyOnClose
>
<!-- 主表信息 -->
<a-card :bordered="true">
@@ -601,6 +602,7 @@ export default {
this.visible = false
this.defultMethod = 'add'
this.$refs.form.resetFields()
+ this.addPreBook={}
},
// ------------------------------------------
@@ -7,6 +7,7 @@
@cancel="handleCancel"
width="86%"
style="top:330px;left:100px;"
<!-- tabel 加载 -->
<a-spin :spinning="confirmLoading">
@@ -389,7 +390,8 @@ export default {
this.error = []
this.errorFather = []
this.preDeliveryDate = []
- this.defulatSelect()
+ this.defulatSelect(),
+ this.fatherData=[]
handleCancel() {
this.close()