修复关闭confirm提示框控制台报错问题

This commit is contained in:
RuoYi
2021-06-03 13:55:22 +08:00
committed by 疯狂的狮子li
parent ab034e4a16
commit 2ab6758012
18 changed files with 25 additions and 25 deletions

View File

@@ -532,7 +532,7 @@ export default {
}).then(() => {
this.getList();
this.msgSuccess("删除成功");
}).catch((err)=>{})
}).catch(() => {});
}
}
};

View File

@@ -587,7 +587,7 @@ export default {
}).then(() => {
this.getList();
this.msgSuccess("删除成功");
}).catch((err)=>{})
}).catch(() => {});
},
#if($table.sub)
/** ${subTable.functionName}序号 */