Merge remote-tracking branch 'origin/sdl_20220916_护理站人员功能' into dev
This commit is contained in:
commit
38d614a303
@ -1043,8 +1043,8 @@ export default {
|
|||||||
const id = row.id || this.ids;
|
const id = row.id || this.ids;
|
||||||
getStation(id)
|
getStation(id)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
this.resid = response.data.id;
|
this.resid = response.data.nurseStationList.id;
|
||||||
this.form = response.data;
|
this.form = response.data.nurseStationList;
|
||||||
if (
|
if (
|
||||||
!this.form.nurseStationType ||
|
!this.form.nurseStationType ||
|
||||||
this.form.nurseStationType == null ||
|
this.form.nurseStationType == null ||
|
||||||
@ -1056,15 +1056,17 @@ export default {
|
|||||||
}
|
}
|
||||||
// this.form.nurseStationLabelList = [];
|
// this.form.nurseStationLabelList = [];
|
||||||
this.title = "修改护理站信息";
|
this.title = "修改护理站信息";
|
||||||
getSubordinateRegions(response.data.areaCode).then((res) => {
|
getSubordinateRegions(response.data.sysAreaVOList.streetCode).then(
|
||||||
if (res.data) {
|
(res) => {
|
||||||
this.value = String(res.data.provinceCode);
|
if (res.data) {
|
||||||
this.value1 = res.data.cityName;
|
this.value = String(res.data.provinceCode);
|
||||||
this.value2 = res.data.regionName;
|
this.value1 = res.data.cityName;
|
||||||
this.value3 = res.data.streetName;
|
this.value2 = res.data.regionName;
|
||||||
console.log(typeof this.value);
|
this.value3 = res.data.streetName;
|
||||||
|
console.log(typeof this.value);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
);
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.looknurseStationLabel = [];
|
this.looknurseStationLabel = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user