Browse Source

提交代码

Lijy 1 year ago
parent
commit
2cac5df395

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