|
|
@@ -101,6 +101,9 @@ export default { |
|
|
|
this.TOAST('移动表单数据(wfForms)中无有效表单') |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|
const fetchFolderkeyData=await this.fetchFolderkeyData(this.currentNode , this.processId); |
|
|
|
uni.setStorageSync('guids',JSON.stringify(fetchFolderkeyData)); |
|
|
|
|
|
|
|
// 处理移动端本地表单(也就是系统表单)的情况,直接跳转过去 |
|
|
|
const appSysPage = wfForms.find(t => t.appurl) |
|
|
|