更改护理站
This commit is contained in:
parent
09954788b2
commit
cfb98f77b7
@ -181,7 +181,7 @@
|
|||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="所属区域" align="center" prop="areaCode" />
|
<el-table-column label="所属区域" align="center" prop="sysAreaVOList[0].streetName" />
|
||||||
<el-table-column label="护理站地址" align="center" prop="address" />
|
<el-table-column label="护理站地址" align="center" prop="address" />
|
||||||
<!-- <el-table-column
|
<!-- <el-table-column
|
||||||
label="护理站简介"
|
label="护理站简介"
|
||||||
@ -1052,6 +1052,7 @@ export default {
|
|||||||
liststationinfo() {
|
liststationinfo() {
|
||||||
listStation(this.queryParams).then((response) => {
|
listStation(this.queryParams).then((response) => {
|
||||||
this.stationList = response.rows;
|
this.stationList = response.rows;
|
||||||
|
console.log('this.stationList :>> ', this.stationList);
|
||||||
this.total = response.total;
|
this.total = response.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user