|
|
@ -223,7 +223,6 @@ |
|
|
|
:close-on-click-modal="false" |
|
|
|
:close-on-press-escape="false" |
|
|
|
:title="formTitle" |
|
|
|
:destroy-on-close="true" |
|
|
|
width="950px" |
|
|
|
top="5vh" |
|
|
|
class="dialog-h" |
|
|
@ -429,6 +428,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
diaClose () { |
|
|
|
|
|
|
|
this.$refs.ref_form.resetData() |
|
|
|
this.formShow = false |
|
|
|
}, |
|
|
@ -449,6 +449,7 @@ export default { |
|
|
|
|
|
|
|
handleAdd () { |
|
|
|
this.formTitle = '新增' |
|
|
|
|
|
|
|
this.formShow = true |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.ref_form.initForm('add', null) |
|
|
|