Эх сурвалжийг харах

Merge branch 'master' of http://120.26.64.82:3000/BFFE/CABaggageData2.0

zhongxiaoyu 2 жил өмнө
parent
commit
2bb7bc6c67

+ 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,
     },