【修改】草稿发起需要穿btnId

This commit is contained in:
zhoulingpo
2023-04-27 18:03:01 +08:00
parent f36fb8b247
commit d366c311c9
@@ -434,6 +434,7 @@ export default {
form.prcType = this.prcType
form.prcName = this.processForm.prcName
form.userId = this.$store.getters.userInfo.usid
form.bpnId = this.$store.getters.handleProcess?.id
//...this.applicationForm,...this.processForm,
let dataJson = JSON.stringify(this.tableData)
let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid,approvalOpinion:this.assignForm.remark})