群发朋友圈创建人
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user