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