mo 4 lat temu
rodzic
commit
2dd654c50e
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/views/main/teamSchedule/index.vue

+ 1 - 2
src/views/main/teamSchedule/index.vue

@@ -217,12 +217,11 @@ export default {
       this.handleVisible = true;
     },
     async submitHandle() {
-      console.log(this.handleForm);
       try {
         const res = await resetInspectionItem(this.handleForm);
         this.$message.success("提交成功");
         this.getList();
-        console.log(res);
+       this.handleVisible = false
       } catch (e) {
         console.log(e);
       }