护理站人员 修改

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