企标复审多选择责任人

This commit is contained in:
宋伟佳
2021-12-07 14:47:10 +08:00
parent ce6614df47
commit c56286e34c
@@ -121,7 +121,7 @@
v-model="qbfsForm.jgUser" v-model="qbfsForm.jgUser"
placeholder="请选择工作组成员" placeholder="请选择工作组成员"
clearable clearable
@click.native="choiceZRR(null,'jgUser', '选择工作组成员', roleForm.jgUser)" @click.native="choiceZRRS"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@@ -235,7 +235,7 @@
:is-title="drawerTitle" :is-title="drawerTitle"
:is-visible.sync="modalshowflag" :is-visible.sync="modalshowflag"
@checkedRole="checkedRole" @checkedRole="checkedRole"
:nodeList="nodeList" :nodeList="nodeList2"
></Role-tree> ></Role-tree>
</div> </div>
</template> </template>
@@ -260,6 +260,7 @@ export default {
commentText: '', commentText: '',
detailData: [], detailData: [],
nodeList: [], nodeList: [],
nodeList2: [],
isSubmit: false, isSubmit: false,
saveLoading: false, saveLoading: false,
isTransfer: false, isTransfer: false,
@@ -396,14 +397,12 @@ export default {
this.processStep = window.URL.createObjectURL(res.data) this.processStep = window.URL.createObjectURL(res.data)
}) })
}, },
choiceZRR(scope, type, title, id) { choiceZRRS() {
if (scope != null) { this.drawerTitle = '请选择工作组成员'
this.dsadadadsada = scope.$index; this.nodeList2 = [];
if (this.qbfsForm.jgUserId) {
this.nodeList2 = this.qbfsForm.jgUserId.split(",");
} }
this.nodeList = [];
this.nodeList.push(id);
this.type = type;
this.drawerTitle = title;
this.modalshowflag = true; this.modalshowflag = true;
}, },
checkedRole(data) { checkedRole(data) {