From b0478092cb738ea038216c347835a14da3768baf Mon Sep 17 00:00:00 2001 From: zrlibs <jesting_rr@163.com> Date: 星期四, 20 三月 2025 14:36:27 +0800 Subject: [PATCH] fixed --- src/views/examples/data-table/dialogs/info.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/examples/data-table/dialogs/info.vue b/src/views/examples/data-table/dialogs/info.vue index ab53179..4cd97c8 100644 --- a/src/views/examples/data-table/dialogs/info.vue +++ b/src/views/examples/data-table/dialogs/info.vue @@ -124,15 +124,15 @@ Object.assign(this.form, data); }, clear() { - this.code = ""; - this.name = ""; - this.leader = ""; - this.tel = ""; - this.topCode = ""; - this.address = ""; - this.isThisLevel = false; - this.isEscrow = false; - this.isEnable = false; + this.form.code = ""; + this.form.name = ""; + this.form.leader = ""; + this.form.tel = ""; + this.form.topCode = ""; + this.form.address = ""; + this.form.isThisLevel = false; + this.form.isEscrow = false; + this.form.isEnable = false; }, }, watch: { -- Gitblit v1.9.1