ソースを参照

app流程下一步指定审核人弹框判断修改

娄底高职分支
liangkun 2年前
コミット
59e2084376
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue

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

@@ -231,8 +231,10 @@ export default {
}
})
this.submitPostData = postData
this.modal = true
return
if(this.reviewerList.length>1){
this.modal = true
return
}
}

const success = await this.HTTP_POST(


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