Merge remote-tracking branch 'origin/ch' into ch
This commit is contained in:
commit
e50bdb1ff4
@ -207,7 +207,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="护理站简介"
|
||||||
@ -1085,6 +1085,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