Browse Source

修改角色规则

zhaoke 2 years ago
parent
commit
7faa7dcd51
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/rulesofcompetency/index.vue

+ 3 - 3
src/components/rulesofcompetency/index.vue

@@ -92,7 +92,7 @@ export default {
   watch: {
     authTo: {
       handler (obj) {
-        this.form = _.cloneDeep(obj)
+        // this.form = _.cloneDeep(obj)
         this.$store.dispatch("auth/changeAuthId", obj.auth_id)
       },
       deep: true,
@@ -106,8 +106,8 @@ export default {
     authList: {
       handler (arr) {
         this.$store.dispatch("auth/changeAuthList", arr);
-        this.$store.dispatch("auth/changeAuthMsg", arr);
-        this.$store.dispatch("auth/changeAuthArrs", arr);
+        // this.$store.dispatch("auth/changeAuthMsg", arr);
+        // this.$store.dispatch("auth/changeAuthArrs", arr);
       },
       deep: true,
     },