护理站

This commit is contained in:
shidongli 2022-10-10 09:11:55 +08:00
parent 8b816bda9e
commit fa76299951
2 changed files with 6 additions and 5 deletions

View File

@ -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'
}) })
} }

View File

@ -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;