mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 23:55:07 +08:00
v3.8.0 新增通用方法简化模态/缓存使用
This commit is contained in:
@ -464,7 +464,7 @@ export default {
|
||||
const { err, xml } = await this.bpmnModeler.saveXML();
|
||||
// 读取异常时抛出异常
|
||||
if (err) {
|
||||
this.msgError('保存模型失败,请重试!')
|
||||
this.$modal.msgError('保存模型失败,请重试!')
|
||||
return
|
||||
}
|
||||
// 触发 save 事件
|
||||
|
Reference in New Issue
Block a user