发布 v1.6.5 版本!

This commit is contained in:
YunaiV
2022-12-01 09:30:11 +08:00
parent 650133dda4
commit 03c7e60092
4 changed files with 4 additions and 4 deletions

View File

@ -231,7 +231,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
this.$modal.confirm('是否确认删除短信渠道编号为"' + row.id + '"的数据项?').then(function() {
return deleteSmsChannel(id);
return deleteSmsChannel(row.id);
}).then(() => {
this.getList();
this.$modal.msgSuccess("删除成功");