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