标准科室对照

This commit is contained in:
shidongli 2025-01-07 10:56:27 +08:00
parent 11cf880a9c
commit 227d3ecc91

View File

@ -324,7 +324,7 @@
<el-button <el-button
type="primary" type="primary"
style="width: 15px; height: 15px" style="width: 15px; height: 15px"
v-if="form.departmentId == scope.row.departmentCode" v-if="form.departmentId == scope.row.id"
circle circle
@click="nurseclick(scope.row)" @click="nurseclick(scope.row)"
></el-button> ></el-button>
@ -441,9 +441,8 @@ export default {
}, },
// //
nurseclick(row) { nurseclick(row) {
this.form.departmentId = row.departmentCode; this.form.departmentId = row.id;
this.form.departmentName = row.departmentName; this.form.departmentName = row.departmentName;
// console.log(this.departmentName, "0000");
this.innerVisibleshow = false; this.innerVisibleshow = false;
}, },
updateCPage(index, size) { updateCPage(index, size) {