Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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: '确认', | ... | ... |
-
Please register or login to post a comment