选择部门

This commit is contained in:
liuye
2022-08-11 09:15:22 +08:00
parent ff8120d1b5
commit a9a466cca5

View File

@@ -63,7 +63,7 @@
<ai-title title="宣发效果"></ai-title>
<div class="right-search">
<div class="time-select" :class="effectType == index ? 'active' : ''" v-for="(item, index) in dateTypeList" :key="index" @click="changeEffectType(index)">{{item}}</div>
<ai-picker :instance="instance" v-model="deptList" @change="getEffect">
<ai-picker :instance="instance" v-model="deptList" @change="getEffect" dialogTitle="选择部门">
<div class="time-select">
<span class="dept-name" style="color:#999;" v-if="deptList && !deptList.length">宣发部门</span>
<ai-open-data class="dept-name" type="departmentName" :openid="deptList[0]" v-else/>