Skip to content

Commit 5fb2cdb

Browse files
committed
发布 v1.6.5 版本!
1 parent 44df8c4 commit 5fb2cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yudao-ui-admin",
3-
"version": "1.6.4-snapshot",
3+
"version": "1.6.5-snapshot",
44
"description": "芋道管理系统",
55
"author": "芋道",
66
"license": "MIT",

src/views/system/sms/smsChannel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default {
231231
/** 删除按钮操作 */
232232
handleDelete(row) {
233233
this.$modal.confirm('是否确认删除短信渠道编号为"' + row.id + '"的数据项?').then(function() {
234-
return deleteSmsChannel(id);
234+
return deleteSmsChannel(row.id);
235235
}).then(() => {
236236
this.getList();
237237
this.$modal.msgSuccess("删除成功");

0 commit comments

Comments
 (0)