ggooalice 2 anos atrás
pai
commit
b5904720e2

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

@@ -3194,10 +3194,10 @@
                 res => {
                     if (res.code == "ok") {
                         if(res.data.length == 0){
-                            this.$message({
-                                message: '请联系管理员设置负责部门',
-                                type: 'error'
-                            })
+                            // this.$message({
+                            //     message: '请联系管理员设置负责部门',
+                            //     type: 'error'
+                            // })
                             return
                         }
                         this.departmentList = JSON.parse(JSON.stringify(res.data))