Parcourir la source

提交相关代码

Lijy il y a 6 heures
Parent
commit
cb7943a6fd

+ 4 - 4
fhKeeper/formulahousekeeper/timesheet/src/views/settings/timetype.vue

@@ -1877,8 +1877,8 @@
                 })
             },
             submitInsert() {
-                this.$refs.form1.validate(valid => {
-                    if (valid) {
+                // this.$refs.form1.validate(valid => {
+                    // if (valid) {
                         var param = JSON.parse(JSON.stringify(this.timeType));
                         if(param.needDeptAudit) {
                             param.needDeptAudit = 1
@@ -2005,8 +2005,8 @@
                                 });
                                 }
                             );
-                        }
-                });
+                        // }
+                // });
             },
 
             // 获取本公司的工作时间设置