From 03c7e60092d326039c54b63de030a0cbe9f6741b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 1 Dec 2022 09:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v1.6.5=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- yudao-dependencies/pom.xml | 2 +- yudao-ui-admin/package.json | 2 +- yudao-ui-admin/src/views/system/sms/smsChannel.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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("删除成功");