Browse Source

通知公告

临城职教中职
杨晓琪 2 years ago
parent
commit
cf83f0f2f8
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/single.vue

+ 3
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/single.vue View File

@@ -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)


Loading…
Cancel
Save