This commit is contained in:
liuye
2023-08-28 15:19:34 +08:00
parent 16ad40ef4b
commit 057ae98ee6

View File

@@ -33,7 +33,7 @@
<div class="info-content">
<div class="title">工单事件分类
<div class="type-select" :style="statusInfo.name ? '' : 'color:#999;'" @click="show=true">{{statusInfo.name || '请选择'}}<u-icon name="arrow-right"></u-icon></div>
<u-select v-model="show" :list="$dict.getDict('clapEventStatusHistory')" value-name="dictValue" label-name="dictName" @confirm="selectStatus"></u-select>
<u-select v-model="show" :list="$dict.getDict('xbotEventStatusSearch')" value-name="dictValue" label-name="dictName" @confirm="selectStatus"></u-select>
</div>
<div class="echart-content" id="type"></div>
<AiEmpty v-if="!typeData.length"></AiEmpty>
@@ -71,7 +71,7 @@ export default {
mounted() {
// this.selectGird.girdName = this.user.girdName
// this.selectGird.girdId = this.user.girdId
this.$dict.load('clapEventStatusHistory').then(() => {
this.$dict.load('xbotEventStatusSearch').then(() => {
this.getStatistics()
})
},