云广播

This commit is contained in:
liuye
2022-12-26 16:16:10 +08:00
parent 63f0e9fc6a
commit e1aedb6f6f
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export default {
methods: {
areaSelect(e) {
this.areaId = e
// this.getList()
this.getList()
},
getList() {
this.$http.post(`/app/appdlbquipment/list?current=1&size=1000&name=${this.keyword}&devStatus=5&areaId=${this.areaId}`).then((res) => {

View File

@@ -44,13 +44,13 @@
currentTabs: 0,
tabList: [
{
name: '待管理',
name: '总排行',
},
{
name: '管理中',
name: '县局排行',
},
{
name: '已解除',
name: '派出所排行',
},
],
barStyle: {