diff --git a/src/api/system/person.js b/src/api/system/person.js
index c046256..81f897d 100644
--- a/src/api/system/person.js
+++ b/src/api/system/person.js
@@ -16,6 +16,14 @@ export function stationList(query) {
params: query
})
}
+//查看所属护理类型
+
+export function getInfoLists(Code) {
+ return request({
+ url: `/system/station/getNurseStationType?nurseTypeCode=${Code}`,
+ method: 'get'
+ })
+}
// 查询所属科室
export function StationDepartmentList(query) {
diff --git a/src/views/system/person/index.vue b/src/views/system/person/index.vue
index 396f22d..1b77f61 100644
--- a/src/views/system/person/index.vue
+++ b/src/views/system/person/index.vue
@@ -485,14 +485,11 @@
align="center"
prop="nurseStationType"
>
-
- {{
- scope.row.nurseStationType == "LX202209140018" ? "生活护理" : ""
- }}
- {{
- scope.row.nurseStationType == "LX202209140019" ? "医疗护理" : ""
- }}
-
+
+ 查看
+
+
+
+
+
+
+
+
+
+
{
+ console.log(res);
+ this.typelooks = res.data;
+ this.typeopen = true;
+ });
},
// // 修改所属科室按钮
departclick2() {
@@ -1724,24 +1761,7 @@ export default {
}
}
},
- // loadMore() {
- // console.log("1");
- // var a = Math.ceil(this.total4 / 10);
- // console.log(this.nurseStationlist.length);
- // if (this.nurseStationlist.length + 1 >= this.total4) {
- // } else {
- // if (this.nurseStationqueryParams.pageNum >= a) {
- // } else {
- // this.nurseStationqueryParams.pageNum++;
- // stationList(this.nurseStationqueryParams).then((res) => {
- // console.log(res);
- // res.rows.forEach((e) => {
- // this.nurseStationlist.push(e);
- // });
- // });
- // }
- // }
- // },
+
},
};
diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue
index 546fa70..88a0260 100644
--- a/src/views/system/station/index.vue
+++ b/src/views/system/station/index.vue
@@ -1027,7 +1027,7 @@ export default {
this.looknurseStationLabel = [
{
labelDescription: "",
- sort: "",
+ labelSort:"",
ids: 1,
},
];