This commit is contained in:
yanran200730
2022-01-24 17:55:25 +08:00
parent 72cff8560b
commit b5e1cfb4fa

View File

@@ -4,11 +4,6 @@
<ai-title slot="title" title="广播设备管理" isShowBottomBorder/>
<template #content>
<ai-search-bar bottomBorder>
<template slot="left">
<ai-select v-model="search.devStatus" placeholder="设备状态" clearable
:selectList="$dict.getDict('dlbDevStatus')" @change=";(page.current = 1), getList()"></ai-select>
<!-- <ai-select v-model="search.bind" placeholder="是否绑定区划" clearable :selectList="$dict.getDict('yesOrNo')" @change=";(page.current = 1), getList()"></ai-select> -->
</template>
<template slot="right">
<el-input v-model="search.keyword" size="small" placeholder="设备名称/设备编号" clearable
@keyup.enter.native=";(page.current = 1), getList()"
@@ -126,7 +121,7 @@ export default {
...mapState(['user']),
},
mounted() {
created () {
this.dict.load('dlbDevStatus', 'yesOrNo').then(() => {
this.getList()
})