Skip to content

Commit 03c7e60

Browse files
committed
发布 v1.6.5 版本!
1 parent 650133d commit 03c7e60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
3030

3131
<properties>
32-
<revision>1.6.4-snapshot</revision>
32+
<revision>1.6.5-snapshot</revision>
3333
<!-- Maven 相关 -->
3434
<java.version>1.8</java.version>
3535
<maven.compiler.source>${java.version}</maven.compiler.source>

yudao-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
1515

1616
<properties>
17-
<revision>1.6.4-snapshot</revision>
17+
<revision>1.6.5-snapshot</revision>
1818
<!-- 统一依赖管理 -->
1919
<spring.boot.version>2.7.6</spring.boot.version>
2020
<!-- Web 相关 -->

yudao-ui-admin/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",

yudao-ui-admin/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)