From 73d55bb6fe1800e3928d118768bc99b8e3e352de Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 5 Jun 2024 15:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/blacklist/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue index c6cd839..b1258b2 100644 --- a/src/views/manage/blacklist/index.vue +++ b/src/views/manage/blacklist/index.vue @@ -328,6 +328,7 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); + this.form_departmentlist=[]; this.open = true; this.title = "添加黑名单"; },