This commit is contained in:
Lemon
2023-06-06 14:06:05 +08:00
parent 3a13880b8d
commit b3182c4fdb
2 changed files with 1 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ export default {
pushStation() {
const param = {
stationId: this.stationId,
thirdPartyType: this.stationSettingInfo.thirdPartyType,
thirdPartyType: this.stationSettingInfo.type,
}
pushStationInfo(param).then((response) => {
console.log("response", response)