ggooalice 2 년 전
부모
커밋
b9d6564b76

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

@@ -1204,7 +1204,7 @@ import { error } from 'dingtalk-jsapi';
             },
             // 下拉框选择
             hiddens(e) {
-                if(e == 1 && this.dateSelect == null || this.dateSelect.length == 0){
+                if(e == 1 && (this.dateSelect == null || this.dateSelect.length == 0)){
                     return
                 }
                 // console.log(this.searchField)

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -4482,7 +4482,7 @@
                                         }
                                     }
                                 }
-                                console.log('zhodata',this.zhoData);
+                                // console.log('zhodata',this.zhoData);
                             }else{
                                 this.$message({
                                     message: res.msg,