From 8f9d0d577f729ee6bacc4f4164443a9fd580c502 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 21 Jun 2023 09:24:24 +0800 Subject: [PATCH] bug --- .../pidu/app/AppKeywordManagement/AppKeywordManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/pidu/app/AppKeywordManagement/AppKeywordManagement.vue b/project/pidu/app/AppKeywordManagement/AppKeywordManagement.vue index a7a97314..197090ae 100644 --- a/project/pidu/app/AppKeywordManagement/AppKeywordManagement.vue +++ b/project/pidu/app/AppKeywordManagement/AppKeywordManagement.vue @@ -45,7 +45,7 @@
- 已选择{{form.deptList.length}}个部门 + 已选择{{form.deptList.length}}个部门 请选择
@@ -156,7 +156,6 @@ export default { this.dialog = true }, add() { - this.form.deptList = [] this.dialog = true }, onUserChange (e) { @@ -186,6 +185,7 @@ export default { if(res?.code == 0) { this.$message.success(this.form.id ? '关键词编辑成功' : '关键词添加成功') setTimeout(() =>{ + this.form.deptList = [] this.dialog = false this.getTableData() this.flag = false