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