소스 검색

提交代码

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"
                     });
                 }