|
|
@@ -530,6 +530,25 @@ export default {
|
|
|
this.closeDialog()
|
|
|
},
|
|
|
closeDialog() {
|
|
|
+ //重置表单数据
|
|
|
+ this.formData = {
|
|
|
+ id: '',
|
|
|
+ buKaRiQi: '',
|
|
|
+ buKaBanCi: '',
|
|
|
+ buKaShiJian: '',
|
|
|
+ buKaShiYou: '',
|
|
|
+ shenHeRen: '',
|
|
|
+ shenHeShiJian: '',
|
|
|
+ kaoQinId: '',
|
|
|
+ fuJian: '',
|
|
|
+ paiBanId: '',
|
|
|
+ paiBanJiLuId: ''
|
|
|
+ }
|
|
|
+ this.$nextTick(() => {
|
|
|
+ if (this.$refs.makeupForm) {
|
|
|
+ this.$refs.makeupForm.clearValidate();
|
|
|
+ }
|
|
|
+ });
|
|
|
this.$emit('close', false)
|
|
|
this.$emit('closeBuKaDialog', 'buka')
|
|
|
}
|