护理站人员 修改

This commit is contained in:
shidongli 2022-09-21 14:54:17 +08:00
parent dab2163800
commit aa49a3724a

View File

@ -345,6 +345,7 @@
text-align: left;
height: 36px;
padding-left: -10px;
"
>{{ item.departmentName }}</el-button
>
@ -615,7 +616,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="请输入科室名称"
@ -689,7 +690,7 @@
:total="total3"
:page.sync="queryParams3.pageNum"
:limit.sync="queryParams3.pageSize"
@pagination="departclick"
@pagination="handleQuery3"
/>
</el-dialog>
@ -881,6 +882,7 @@ export default {
pageNum: 1,
pageSize: 10,
nurseStationName: null,
departmentName: null,
id: null,
nurseStationId: null,
},
@ -983,9 +985,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");
@ -1021,7 +1035,7 @@ export default {
adddisease() {
// this.nurseStationName = "";
// this.departmentName=""
// this.departmentName=""
var obj = {
nursePersonCode: "",
nursePersonCode: "",
@ -1132,17 +1146,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) => {