企标复审多选择责任人
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
v-model="qbfsForm.jgUser"
|
||||
placeholder="请选择工作组成员"
|
||||
clearable
|
||||
@click.native="choiceZRR(null,'jgUser', '选择工作组成员', roleForm.jgUser)"
|
||||
@click.native="choiceZRRS"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -235,7 +235,7 @@
|
||||
:is-title="drawerTitle"
|
||||
:is-visible.sync="modalshowflag"
|
||||
@checkedRole="checkedRole"
|
||||
:nodeList="nodeList"
|
||||
:nodeList="nodeList2"
|
||||
></Role-tree>
|
||||
</div>
|
||||
</template>
|
||||
@@ -260,6 +260,7 @@ export default {
|
||||
commentText: '',
|
||||
detailData: [],
|
||||
nodeList: [],
|
||||
nodeList2: [],
|
||||
isSubmit: false,
|
||||
saveLoading: false,
|
||||
isTransfer: false,
|
||||
@@ -396,14 +397,12 @@ export default {
|
||||
this.processStep = window.URL.createObjectURL(res.data)
|
||||
})
|
||||
},
|
||||
choiceZRR(scope, type, title, id) {
|
||||
if (scope != null) {
|
||||
this.dsadadadsada = scope.$index;
|
||||
choiceZRRS() {
|
||||
this.drawerTitle = '请选择工作组成员'
|
||||
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;
|
||||
},
|
||||
checkedRole(data) {
|
||||
|
||||
Reference in New Issue
Block a user