群发朋友圈创建人

This commit is contained in:
shijingjing
2023-03-01 10:29:37 +08:00
parent 70415a8f9a
commit 8dc6a7cccf
4 changed files with 13 additions and 7 deletions

View File

@@ -49,7 +49,7 @@
<scroll-view class="select-content" scroll-y="true">
<div class="type-list">
<div class="type-title">创建人</div>
<AiPagePicker type="custom" :selected.sync="userIdList" nodeKey="createUserId" :ops="{url:`./selectUser`,label: 'id'}">
<AiPagePicker type="custom" :selected.sync="userIdList" nodeKey="createUserId" :ops="{url:`./selectUser?tabIndex=${this.tabIndex}`,label: 'id'}">
<div class="page_picker">
<span class="label" v-if="userIdList.length">已选择</span>
<span v-else style="color:#999;">请选择</span>
@@ -197,6 +197,7 @@ export default {
this.endTime = ''
this.userIdList = []
this.createUserId = ''
this.status = ''
uni.setStorageSync('userSelect', [])
},
@@ -218,7 +219,6 @@ export default {
}
this.filterShow = false
this.current = 1
this.list = []
this.getList()
},
confirmStart(val) {