标准科室对照
This commit is contained in:
parent
11cf880a9c
commit
227d3ecc91
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user