|
@@ -8,6 +8,7 @@
|
|
:closable="true"
|
|
:closable="true"
|
|
:visible="visible"
|
|
:visible="visible"
|
|
@close="handleCancel"
|
|
@close="handleCancel"
|
|
|
|
+ destroyOnClose
|
|
>
|
|
>
|
|
<!-- 主表信息 -->
|
|
<!-- 主表信息 -->
|
|
<a-card :bordered="true">
|
|
<a-card :bordered="true">
|
|
@@ -601,6 +602,7 @@ export default {
|
|
this.visible = false
|
|
this.visible = false
|
|
this.defultMethod = 'add'
|
|
this.defultMethod = 'add'
|
|
this.$refs.form.resetFields()
|
|
this.$refs.form.resetFields()
|
|
|
|
+ this.addPreBook={}
|
|
},
|
|
},
|
|
|
|
|
|
// ------------------------------------------
|
|
// ------------------------------------------
|