护理站
This commit is contained in:
parent
8b816bda9e
commit
fa76299951
@ -75,7 +75,7 @@ export function getSubordinateRegions(Code) {
|
|||||||
|
|
||||||
export function getInfoLists(Code) {
|
export function getInfoLists(Code) {
|
||||||
return request({
|
return request({
|
||||||
url: `/system/nurseType/getInfoList?nurseTypeCode=${Code}`,
|
url: `/system/station/getNurseStationType?nurseTypeCode=${Code}`,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -669,7 +669,7 @@ export default {
|
|||||||
//护理类型
|
//护理类型
|
||||||
nurseTypeCode: "nurse_type_code",
|
nurseTypeCode: "nurse_type_code",
|
||||||
nurseStationTypelist: [],
|
nurseStationTypelist: [],
|
||||||
nurseStationType2:null,
|
nurseStationType2: null,
|
||||||
//shengshiqu
|
//shengshiqu
|
||||||
value3: "",
|
value3: "",
|
||||||
value2: "",
|
value2: "",
|
||||||
@ -864,8 +864,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//查看类型
|
//查看类型
|
||||||
looktype(item) {
|
looktype(item) {
|
||||||
console.log(item);
|
// console.log(item);
|
||||||
getInfoLists(item.nurseTypeCode).then((res) => {
|
this.typelooks = [];
|
||||||
|
getInfoLists(item.nurseStationType).then((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
this.typelooks = res.data;
|
this.typelooks = res.data;
|
||||||
this.typeopen = true;
|
this.typeopen = true;
|
||||||
@ -1050,7 +1051,7 @@ export default {
|
|||||||
this.form.nurseStationType.length == 0
|
this.form.nurseStationType.length == 0
|
||||||
) {
|
) {
|
||||||
} else {
|
} else {
|
||||||
this.nurseStationType2 = this.form.nurseStationType.split(",");
|
this.nurseStationType2 = this.form.nurseStationType.split(",");
|
||||||
this.form.nurseStationType = this.nurseStationType2;
|
this.form.nurseStationType = this.nurseStationType2;
|
||||||
}
|
}
|
||||||
// this.form.nurseStationLabelList = [];
|
// this.form.nurseStationLabelList = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user