We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44df8c4 commit 5fb2cdbCopy full SHA for 5fb2cdb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yudao-ui-admin",
3
- "version": "1.6.4-snapshot",
+ "version": "1.6.5-snapshot",
4
"description": "芋道管理系统",
5
"author": "芋道",
6
"license": "MIT",
src/views/system/sms/smsChannel.vue
@@ -231,7 +231,7 @@ export default {
231
/** 删除按钮操作 */
232
handleDelete(row) {
233
this.$modal.confirm('是否确认删除短信渠道编号为"' + row.id + '"的数据项?').then(function() {
234
- return deleteSmsChannel(id);
+ return deleteSmsChannel(row.id);
235
}).then(() => {
236
this.getList();
237
this.$modal.msgSuccess("删除成功");
0 commit comments