ggooalice 2 年之前
父節點
當前提交
b5904720e2
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

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

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