mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 01:29:47 +08:00
集团会员站点删除加二次确认
This commit is contained in:
@@ -716,6 +716,9 @@ export default {
|
|||||||
// 删除站点
|
// 删除站点
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
console.log(row);
|
console.log(row);
|
||||||
|
this.$modal.confirm('是否确认删除"' + row.stationName + '"').then(function () {
|
||||||
|
|
||||||
|
}).then(() => {
|
||||||
let remove = {
|
let remove = {
|
||||||
groupCode: this.$route.params.groupCode.split('&')[0],
|
groupCode: this.$route.params.groupCode.split('&')[0],
|
||||||
stationId: row.stationId
|
stationId: row.stationId
|
||||||
@@ -725,6 +728,7 @@ export default {
|
|||||||
this.$message.success("删除成功");
|
this.$message.success("删除成功");
|
||||||
this.getStationList();
|
this.getStationList();
|
||||||
});
|
});
|
||||||
|
}).catch(() => { });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user