护理站人员 修改

This commit is contained in:
shidongli 2022-09-21 14:54:17 +08:00 committed by 闫晓茹
parent 6453b97ada
commit 9e450ba688

View File

@ -356,6 +356,7 @@
text-align: left;
height: 36px;
padding-left: -10px;
"
>{{ item.departmentName }}</el-button
>
@ -623,7 +624,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="科室名称" prop="departmentName1" label-width="120">
<el-form-item label="科室名称" prop="" label-width="120">
<el-input
v-model="queryParams3.departmentName"
placeholder="请输入科室名称"
@ -700,7 +701,7 @@
:total="total3"
:page.sync="queryParams3.pageNum"
:limit.sync="queryParams3.pageSize"
@pagination="departclick"
@pagination="handleQuery3"
/>
</el-dialog>
@ -953,6 +954,7 @@ export default {
pageNum: 1,
pageSize: 10,
nurseStationName: null,
departmentName: null,
id: null,
nurseStationId: null,
},
@ -1055,9 +1057,21 @@ export default {
this.loading = false;
});
console.log(item);
this.departid = item.departmentCode;
this.innerVisible2 = true;
this.index = index;
},
clickinnerVisible(item, index) {
stationList(this.queryParams2).then((res) => {
this.stationLists = res.rows;
this.total2 = res.total;
this.loading = false;
});
console.log(item);
this.stationid = item.nurseStationId;
this.innerVisible = true;
this.index = index;
},
//xialakuang
loadMore() {
console.log("1");
@ -1093,7 +1107,7 @@ export default {
adddisease() {
// this.nurseStationName = "";
// this.departmentName=""
// this.departmentName=""
var obj = {
nursePersonCode: "",
nursePersonCode: "",
@ -1206,17 +1220,7 @@ export default {
});
this.innerVisible = true;
},
clickinnerVisible(item, index) {
stationList(this.queryParams2).then((res) => {
this.stationLists = res.rows;
this.total2 = res.total;
this.loading = false;
});
console.log(item);
this.stationid = item.nurseStationId;
this.innerVisible = true;
this.index = index;
},
handleQuery3() {
console.log(this.queryParams3);
StationDepartmentList(this.queryParams3).then((response) => {