选择部门
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user