工作流路由重构
This commit is contained in:
@ -442,7 +442,7 @@ const handlerImportDefinition = (data: UploadRequestOptions): XMLHttpRequest =>
|
||||
*/
|
||||
const design = async (row: FlowDefinitionVo) => {
|
||||
proxy.$router.push({
|
||||
path: `/workflows/design/index`,
|
||||
path: `/test/design/index`,
|
||||
query: {
|
||||
definitionId: row.id,
|
||||
disabled: false,
|
||||
@ -456,7 +456,7 @@ const design = async (row: FlowDefinitionVo) => {
|
||||
* @param row
|
||||
*/
|
||||
const designView = async (row: FlowDefinitionVo) => {
|
||||
proxy.$tab.openPage(`/workflows/design/index`, '', {
|
||||
proxy.$tab.openPage(`/test/design/index`, '', {
|
||||
definitionId: row.id,
|
||||
disabled: true,
|
||||
activeName: activeName.value
|
||||
|
Reference in New Issue
Block a user