zhaoke 2 жил өмнө
parent
commit
ad15828044

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