zhaoke преди 2 години
родител
ревизия
ad15828044
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/components/rulesofcompetency/index.vue

+ 0 - 2
src/components/rulesofcompetency/index.vue

@@ -151,9 +151,7 @@ export default {
     "$store.state.auth.authMsg": {
       handler (arr) {
         const id = this.$store.getters.authId;
-        console.log(id)
         const obj = arr.filter((item) => item.auth_id === id)[0];
-        console.log(obj)
         this.clearFormData();
         this.setFormData(obj);
       },