zhaoke il y a 2 ans
Parent
commit
ad15828044
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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);
       },