diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index 0873eff7d..4321d465f 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -4,7 +4,7 @@ label-width="168px" @submit.native.prevent> - + - + @@ -186,7 +190,7 @@ import { totalData, } from "@/api/order/order"; import Template from "@/views/billing/template"; -import {getStationSelectList, listStation} from "@/api/pile/station"; +import {getStationListByMerchantId, getStationSelectList, listStation} from "@/api/pile/station"; import {getDay} from "@/utils/common"; import {getMerchantList} from "@/api/pile/merchant"; @@ -282,6 +286,13 @@ export default { console.log("merchantList", this.merchantList) }); }, + changeSelectMerchant(value) { + console.log(value); + // 通过接口查 + getStationListByMerchantId(value).then((response) => { + this.stationList = response.data; + }); + }, goStationDetail(scope) { // console.log(scope,'跳转站点名称') // console.log("跳转到充电站详情", scope.row.stationName);