zhaoke 2 лет назад
Родитель
Сommit
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);
       },