mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
Merge branch 'dev-zza' into dev
This commit is contained in:
@@ -256,7 +256,6 @@ import {
|
||||
getStationInfo,
|
||||
updateStationQRCodePrefix,
|
||||
updateSettingByStationId,
|
||||
pushStationInfo,
|
||||
getParkingInfoList,
|
||||
bindParkingPlatform,
|
||||
getRelationByStationId,
|
||||
@@ -455,19 +454,19 @@ export default {
|
||||
});
|
||||
},
|
||||
// 推送站点
|
||||
pushStation() {
|
||||
let exchange = "";
|
||||
const param = {
|
||||
stationId: this.stationId,
|
||||
thirdPartyTypes: this.exchange,
|
||||
};
|
||||
console.log("param", param);
|
||||
pushStationInfo(param).then((response) => {
|
||||
console.log("response", response);
|
||||
this.$modal.msg(response.obj);
|
||||
this.disableFlag = true;
|
||||
});
|
||||
},
|
||||
// pushStation() {
|
||||
// let exchange = "";
|
||||
// const param = {
|
||||
// stationId: this.stationId,
|
||||
// thirdPartyTypes: this.exchange,
|
||||
// };
|
||||
// console.log("param", param);
|
||||
// pushStationInfo(param).then((response) => {
|
||||
// console.log("response", response);
|
||||
// this.$modal.msg(response.obj);
|
||||
// this.disableFlag = true;
|
||||
// });
|
||||
// },
|
||||
|
||||
// 保存站点与第三方平台关系
|
||||
saveStationThirdParty() {
|
||||
|
||||
Reference in New Issue
Block a user