Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2024-03-28 17:24:18 +08:00
commit 70ebf16f59

View File

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