mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-08 07:58:04 +08:00
update
This commit is contained in:
@@ -204,8 +204,8 @@ public class PileStationInfoController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('pile:station:query')")
|
@PreAuthorize("@ss.hasPermi('pile:station:query')")
|
||||||
@PostMapping("/getSettingInfo")
|
@PostMapping("/getSettingInfo")
|
||||||
public AjaxResult getSettingInfo(@RequestBody StationSettingRelation info) {
|
public AjaxResult getSettingInfo(@RequestBody ThirdPartySettingInfo info) {
|
||||||
return AjaxResult.success(stationSettingRelationService.selectRelationInfo(info));
|
return AjaxResult.success(thirdPartySettingInfoService.selectSettingInfo(info));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -64,9 +64,9 @@
|
|||||||
style="margin-top:10px">
|
style="margin-top:10px">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="对接平台名称:" prop="thirdPartyType">
|
<el-form-item label="对接平台名称:" prop="type">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="stationSettingInfo.thirdPartyType"
|
v-model="stationSettingInfo.type"
|
||||||
placeholder="请选择对接平台名称"
|
placeholder="请选择对接平台名称"
|
||||||
clearable
|
clearable
|
||||||
filterable
|
filterable
|
||||||
@@ -162,7 +162,7 @@ import connectorList from "./connectorList.vue";
|
|||||||
import pileList from "./pileList.vue";
|
import pileList from "./pileList.vue";
|
||||||
import MapContainer from "../../../components/MapContainer/MapContainer.vue";
|
import MapContainer from "../../../components/MapContainer/MapContainer.vue";
|
||||||
import stationOrderList from "@/views/pile/station/stationOrderList";
|
import stationOrderList from "@/views/pile/station/stationOrderList";
|
||||||
import stationWhiteList from "@/views/pile/station/stationWhiteList";
|
import stationWhiteList from "@/views/pile/station/stationWhiteList";
|
||||||
import {
|
import {
|
||||||
getStationInfo,
|
getStationInfo,
|
||||||
updateStationQRCodePrefix,
|
updateStationQRCodePrefix,
|
||||||
@@ -268,7 +268,7 @@ export default {
|
|||||||
getSettingParams() {
|
getSettingParams() {
|
||||||
const param = {
|
const param = {
|
||||||
// stationId: this.stationId,
|
// stationId: this.stationId,
|
||||||
thirdPartyType: this.stationSettingInfo.thirdPartyType,
|
thirdPartyType: this.stationSettingInfo.type,
|
||||||
}
|
}
|
||||||
console.log("param", param);
|
console.log("param", param);
|
||||||
getSettingInfo(param).then((res) => {
|
getSettingInfo(param).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user