This commit is contained in:
Lemon
2023-06-06 13:51:27 +08:00
parent 74471ff4f6
commit 3a13880b8d
2 changed files with 6 additions and 6 deletions

View File

@@ -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) => {