diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue index 69bfc8067..92c969dcf 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue @@ -657,6 +657,7 @@ export default { workChangeList: [], standSortOptions: [], cbcdOptions: [], + lxdList:[], BZList: [], qcdwOptions: [], LXDList: [], @@ -828,7 +829,8 @@ export default { if (valid) { this.isSubmit = true this.qbfsForm.commentText = this.commentText - this.qbfsForm.LXD = this.qbfsForm.LXD + this.qbfsForm.LXD = this.lxdList[0].id + this.qbfsForm.LXDName = '立项单' let jsons = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, @@ -1071,13 +1073,17 @@ export default { }); }, assemble(ids,names){ + console.log(ids,'ids') + console.log(this.qbfsForm.LXD) + this.qbfsForm.LXD = ids + this.qbfsForm.LXDName = '立项单' let list= new Array(); let idArray=ids.split(','); let nameArray=names.split(','); for(let i=0; i