update 流程配置-跳转工作流编辑器调整

This commit is contained in:
赵霄
2023-10-16 11:56:19 +08:00
parent bf517b5d37
commit 95a9aa5e98
2 changed files with 1 additions and 3 deletions
@@ -97,7 +97,7 @@ export default {
* @param id
*/
handleEditFlowchart ({ id }) {
window.open(window._CONFIG.flowchartFixedAddress + id, '_blank')
window.open('/laws-sinotruk/modeler.html?modelId=' + id, '_blank')
},
handleEditFlowNode ({ id }) {
this.$router.push({