52778 【WELINK】标准调研流程 任务分发节点 无法选择多人了,应支持多人

This commit is contained in:
宋伟佳
2022-05-13 16:16:06 +08:00
parent ee69ba062f
commit a1781c2bff
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export default {
async getPhoneData() { async getPhoneData() {
this.phoneForm.page = 1 this.phoneForm.page = 1
this.roleList = [] this.roleList = []
this.result = [] // this.result = []
phoneUser(this.phoneForm).then(res => { phoneUser(this.phoneForm).then(res => {
if (res.ok) { if (res.ok) {
this.roleList = res.data this.roleList = res.data
@@ -55,7 +55,7 @@
clearable clearable
></el-input> ></el-input>
<van-cell-group> <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> </van-cell-group>
</el-form-item> </el-form-item>
</div> </div>
@@ -120,6 +120,7 @@
commentText2: '', commentText2: '',
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
pId: this.$route.query.prcId, pId: this.$route.query.prcId,
showNodeList: [],
nodeList2: [], nodeList2: [],
type: '', type: '',
modalshowflag2: false, // drawer开关 modalshowflag2: false, // drawer开关