diff --git a/pom.xml b/pom.xml index a5cce914dd..64169dc363 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 1.6.4-snapshot + 1.6.5-snapshot 1.8 ${java.version} diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 8db9b4786a..eaf027fea2 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -14,7 +14,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 1.6.4-snapshot + 1.6.5-snapshot 2.7.6 diff --git a/yudao-ui-admin/package.json b/yudao-ui-admin/package.json index c863e0c613..ccb7d2b4fc 100644 --- a/yudao-ui-admin/package.json +++ b/yudao-ui-admin/package.json @@ -1,6 +1,6 @@ { "name": "yudao-ui-admin", - "version": "1.6.4-snapshot", + "version": "1.6.5-snapshot", "description": "芋道管理系统", "author": "芋道", "license": "MIT", diff --git a/yudao-ui-admin/src/views/system/sms/smsChannel.vue b/yudao-ui-admin/src/views/system/sms/smsChannel.vue index a2abc6f37e..135c7d8ea6 100644 --- a/yudao-ui-admin/src/views/system/sms/smsChannel.vue +++ b/yudao-ui-admin/src/views/system/sms/smsChannel.vue @@ -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("删除成功");