From 4b722ff239ee554b16770991bf5dd4214b55a27f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 29 Nov 2022 15:33:54 +0800
Subject: [PATCH] 新增社区模块

---
 src/views/securityManage/securityManage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/securityManage/securityManage.vue b/src/views/securityManage/securityManage.vue
index 49fb218..462359a 100644
--- a/src/views/securityManage/securityManage.vue
+++ b/src/views/securityManage/securityManage.vue
@@ -175,7 +175,7 @@
     watch:{
       //根据活动回显机构
       'form.securityId':{
-        handler(newVal,oldVal){
+        handler(newVal){
           this.securityList.forEach(e=>{
             if (e.id == newVal){
               this.form.deptId = e.deptId

--
Gitblit v1.9.3