|
|
@@ -105,17 +105,18 @@ export default { |
|
|
|
const fetchFolderkeyData=await this.fetchFolderkeyData(this.currentNode , this.processId); |
|
|
|
uni.setStorageSync('guids',JSON.stringify(fetchFolderkeyData)); |
|
|
|
|
|
|
|
// 处理移动端本地表单(也就是系统表单)的情况,直接跳转过去 |
|
|
|
const appSysPage = wfForms.find(t => t.appurl) |
|
|
|
if (this.type !== 'child' && appSysPage) { |
|
|
|
this.sysFormJump(appSysPage.appurl, { |
|
|
|
currentNode: this.currentNode, |
|
|
|
currentTask: this.currentTask, |
|
|
|
logList: this.processList, |
|
|
|
processInfo:this.processInfo |
|
|
|
}) |
|
|
|
return |
|
|
|
} |
|
|
|
// // 处理移动端本地表单(也就是系统表单)的情况,直接跳转过去 |
|
|
|
// const appSysPage = wfForms.find(t => t.appurl) |
|
|
|
// if (this.type !== 'child' && appSysPage) { |
|
|
|
// this.sysFormJump(appSysPage.appurl, { |
|
|
|
// currentNode: this.currentNode, |
|
|
|
// currentTask: this.currentTask, |
|
|
|
// logList: this.processList, |
|
|
|
// processInfo:this.processInfo |
|
|
|
// }) |
|
|
|
// return |
|
|
|
// } |
|
|
|
|
|
|
|
if (this.type === 'child') { |
|
|
|
// 发起子流程的场合 |
|
|
|
// 获取子流程的流程信息,提取出时间线和表单模板 code |
|
|
@@ -146,6 +147,21 @@ export default { |
|
|
|
code: this.code, |
|
|
|
useDefault: true |
|
|
|
}) |
|
|
|
|
|
|
|
// 处理移动端本地表单(也就是系统表单)的情况,直接跳转过去 |
|
|
|
const appSysPage = wfForms.find(t => t.appurl) |
|
|
|
if (this.type !== 'child' && appSysPage) { |
|
|
|
this.sysFormJump(appSysPage.appurl, { |
|
|
|
currentNode: this.currentNode, |
|
|
|
currentTask: this.currentTask, |
|
|
|
logList: this.processList, |
|
|
|
processInfo:this.processInfo, |
|
|
|
formValue, |
|
|
|
scheme, |
|
|
|
}) |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|
this.scheme = scheme |
|
|
|
this.formValue = formValue |
|
|
|
this.rel = rel |
|
|
@@ -160,6 +176,21 @@ export default { |
|
|
|
processId: this.processId, |
|
|
|
code: null |
|
|
|
}) |
|
|
|
|
|
|
|
// 处理移动端本地表单(也就是系统表单)的情况,直接跳转过去 |
|
|
|
const appSysPage = wfForms.find(t => t.appurl) |
|
|
|
if (this.type !== 'child' && appSysPage) { |
|
|
|
this.sysFormJump(appSysPage.appurl, { |
|
|
|
currentNode: this.currentNode, |
|
|
|
currentTask: this.currentTask, |
|
|
|
logList: this.processList, |
|
|
|
processInfo:this.processInfo, |
|
|
|
formValue, |
|
|
|
scheme, |
|
|
|
}) |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|
this.scheme = scheme |
|
|
|
this.formValue = formValue |
|
|
|
this.rel = rel |
|
|
|