Skip to content

Commit

Permalink
发布 v1.6.5 版本!
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Dec 1, 2022
1 parent 650133d commit 03c7e60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>

<properties>
<revision>1.6.4-snapshot</revision>
<revision>1.6.5-snapshot</revision>
<!-- Maven 相关 -->
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>

<properties>
<revision>1.6.4-snapshot</revision>
<revision>1.6.5-snapshot</revision>
<!-- 统一依赖管理 -->
<spring.boot.version>2.7.6</spring.boot.version>
<!-- Web 相关 -->
Expand Down
2 changes: 1 addition & 1 deletion yudao-ui-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yudao-ui-admin",
"version": "1.6.4-snapshot",
"version": "1.6.5-snapshot",
"description": "芋道管理系统",
"author": "芋道",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion yudao-ui-admin/src/views/system/sms/smsChannel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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("删除成功");
Expand Down

0 comments on commit 03c7e60

Please sign in to comment.