瀏覽代碼

修改角色规则

zhaoke 2 年之前
父節點
當前提交
7faa7dcd51
共有 1 個文件被更改,包括 3 次插入3 次删除
  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,
     },