标准科室对照

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