护理站人员 修改
This commit is contained in:
parent
dab2163800
commit
aa49a3724a
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user