26891
This commit is contained in:
@@ -4,11 +4,6 @@
|
|||||||
<ai-title slot="title" title="广播设备管理" isShowBottomBorder/>
|
<ai-title slot="title" title="广播设备管理" isShowBottomBorder/>
|
||||||
<template #content>
|
<template #content>
|
||||||
<ai-search-bar bottomBorder>
|
<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">
|
<template slot="right">
|
||||||
<el-input v-model="search.keyword" size="small" placeholder="设备名称/设备编号" clearable
|
<el-input v-model="search.keyword" size="small" placeholder="设备名称/设备编号" clearable
|
||||||
@keyup.enter.native=";(page.current = 1), getList()"
|
@keyup.enter.native=";(page.current = 1), getList()"
|
||||||
@@ -126,7 +121,7 @@ export default {
|
|||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
created () {
|
||||||
this.dict.load('dlbDevStatus', 'yesOrNo').then(() => {
|
this.dict.load('dlbDevStatus', 'yesOrNo').then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user