hookehuyr

fix

...@@ -1613,7 +1613,7 @@ export default { ...@@ -1613,7 +1613,7 @@ export default {
1613 // 如果表单打开状态,走表单保存逻辑 1613 // 如果表单打开状态,走表单保存逻辑
1614 if (state.detailModel) { 1614 if (state.detailModel) {
1615 ElMessageBox.confirm( 1615 ElMessageBox.confirm(
1616 - '是否确定保存流程?', 1616 + '是否确定保存流程信息?',
1617 '温馨提示', 1617 '温馨提示',
1618 { 1618 {
1619 confirmButtonText: '确认', 1619 confirmButtonText: '确认',
......