diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
index d94be870e..1300e90df 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
@@ -282,7 +282,7 @@
+ @click.native="choicePeoples('1')">
@@ -849,7 +849,7 @@ export default {
if (valid) {
this.isSubmit = true
this.qbfsForm.commentText = this.commentText
- this.qbfsForm.LXD = this.lxdList[0].id
+ this.qbfsForm.LXD = this.lxdList && this.lxdList.length > 0 ? this.lxdList[0].id : ''
this.qbfsForm.LXDName = '立项单'
let jsons = JSON.stringify(this.qbfsForm);
this.$http.post('lawss/activiti/completeTask', {
@@ -1365,7 +1365,8 @@ export default {
}
this.modalshowflag = false;
},
- choicePeoples() {
+ choicePeoples(type) {
+ this.roleType = type
this.nodeList2 = [];
if (this.roleForm.countersigner.length > 0) {
this.nodeList2 = this.roleForm.countersigner.split(",");