mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-22 08:09:48 +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
|
||||||
@@ -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