ソースを参照

优化手机流程审批页面,增加return防止继续运行代码。

应县
liangkun 1年前
コミット
def5dacc1f
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue

+ 1
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue ファイルの表示

@@ -423,6 +423,7 @@ export default {
this.EMIT('task-list-change')
this.NAV_BACK(2)
this.TOAST(`已成功提交${this.typeText}`, 'success')
return;
}
let arr = Object.entries(userList)
this.reviewerListId = arr[0][0]


読み込み中…
キャンセル
保存