浏览代码

提交代码

Lijy 1 年之前
父节点
当前提交
2cac5df395
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/weeklyCustomization.vue

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

@@ -282,7 +282,7 @@ export default {
                 this.$set(this.weekTableData[index], 'projectAuditorName', data[0].inchargerName)
                 if (!data[0].inchargerId) {
                     this.$message({
-                        message: `【${newArr[0].name}】分类未设置审批人,请联系该项目管理人员`,
+                        message: `【${data[0].name}】分类未设置审批人,请联系该项目管理人员`,
                         type: "error"
                     });
                 }