52778 【WELINK】标准调研流程 任务分发节点 无法选择多人了,应支持多人
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
async getPhoneData() {
|
||||
this.phoneForm.page = 1
|
||||
this.roleList = []
|
||||
this.result = []
|
||||
// this.result = []
|
||||
phoneUser(this.phoneForm).then(res => {
|
||||
if (res.ok) {
|
||||
this.roleList = res.data
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
clearable
|
||||
></el-input>
|
||||
<van-cell-group>
|
||||
<van-field v-model="form.responUserListName" readonly @click.native="choiceZRR"/>
|
||||
<van-field v-model="form.responUserListName" readonly clearable @click.native="choiceZRR"/>
|
||||
</van-cell-group>
|
||||
</el-form-item>
|
||||
</div>
|
||||
@@ -120,6 +120,7 @@
|
||||
commentText2: '',
|
||||
taskIds: this.$route.query.taskIds,
|
||||
pId: this.$route.query.prcId,
|
||||
showNodeList: [],
|
||||
nodeList2: [],
|
||||
type: '',
|
||||
modalshowflag2: false, // drawer开关
|
||||
|
||||
Reference in New Issue
Block a user