会话存档
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<el-form-item label="生效部门" prop="deptList">
|
||||
<ai-picker :instance="instance" v-model="form.deptList" @pick="e => onUserChange(e)" :multiple="true" dialogTitle="选择部门" action="/app/wxcp/wxdepartment/departList">
|
||||
<div class="time-select">
|
||||
<span class="dept-name" v-if="form.deptList && form.deptList.length">已选择{{form.deptList.length}}个部门</span>
|
||||
<span class="dept-name" v-if="6666 && form.deptList.length">已选择{{form.deptList.length}}个部门</span>
|
||||
<span class="dept-name" style="color:#999;" v-else>请选择</span>
|
||||
<i class="el-icon-arrow-down"></i>
|
||||
</div>
|
||||
@@ -115,7 +115,8 @@ export default {
|
||||
...this.search,
|
||||
current: this.current,
|
||||
size: this.size,
|
||||
total: this.total
|
||||
total: this.total,
|
||||
wordName: this.search.name
|
||||
}
|
||||
}).then(res => {
|
||||
if(res?.data) {
|
||||
@@ -152,6 +153,7 @@ export default {
|
||||
this.dialog = true
|
||||
},
|
||||
add() {
|
||||
this.form.deptList = []
|
||||
this.dialog = true
|
||||
},
|
||||
onUserChange (e) {
|
||||
|
||||
Reference in New Issue
Block a user