修改校验

This commit is contained in:
闫晓茹 2024-03-28 17:14:14 +08:00
parent d13b84782b
commit 214e5ee259

View File

@ -702,9 +702,9 @@ export default {
handleAdd() {
this.reset();
this.open = true;
if (this.itemname == null) {
// if (this.itemname == null) {
this.form.departmentName = "请选择科室";
}
// }
this.title = "添加科室病种信息";
},
/** 修改按钮操作 */