mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
update
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
style="margin-top:10px">
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="对接平台名称:" prop="thirdPartyType">
|
||||
<el-form-item label="对接平台名称:" prop="type">
|
||||
<el-select
|
||||
v-model="stationSettingInfo.thirdPartyType"
|
||||
v-model="stationSettingInfo.type"
|
||||
placeholder="请选择对接平台名称"
|
||||
clearable
|
||||
filterable
|
||||
@@ -162,7 +162,7 @@ import connectorList from "./connectorList.vue";
|
||||
import pileList from "./pileList.vue";
|
||||
import MapContainer from "../../../components/MapContainer/MapContainer.vue";
|
||||
import stationOrderList from "@/views/pile/station/stationOrderList";
|
||||
import stationWhiteList from "@/views/pile/station/stationWhiteList";
|
||||
import stationWhiteList from "@/views/pile/station/stationWhiteList";
|
||||
import {
|
||||
getStationInfo,
|
||||
updateStationQRCodePrefix,
|
||||
@@ -268,7 +268,7 @@ export default {
|
||||
getSettingParams() {
|
||||
const param = {
|
||||
// stationId: this.stationId,
|
||||
thirdPartyType: this.stationSettingInfo.thirdPartyType,
|
||||
thirdPartyType: this.stationSettingInfo.type,
|
||||
}
|
||||
console.log("param", param);
|
||||
getSettingInfo(param).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user