pushuo 2022-08-18 15:59:02 +08:00
parent 0f27656ec0
commit 6cbecf90e6
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@
closeAddressDialog(form) {
this.$refs[form].resetFields();
Object.keys(this.dialogAddress.form).forEach(key => this.dialogAddress.form[key] = '')
this.dialogAddress.form.country_id = @json((int)system_setting('base.country_id'));
this.dialogAddress.show = false
this.dialogAddress.index = null;
},