refactor(入库计划): 消息提示内容修改

This commit is contained in:
Kelvin 2025-01-02 15:34:44 +08:00
parent fd00eee487
commit f2d3d6231b

View File

@ -494,7 +494,7 @@ export default {
this.form.planTypeCode = filter[0].code; this.form.planTypeCode = filter[0].code;
this.form.planTypeName = filter[0].name; this.form.planTypeName = filter[0].name;
} else { } else {
this.$message.error("系统错误,请联系管理员"); this.$message.error("计划类型查找失败");
console.error("计划类型查找失败") console.error("计划类型查找失败")
return; return;
} }