云广播
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
areaSelect(e) {
|
areaSelect(e) {
|
||||||
this.areaId = e
|
this.areaId = e
|
||||||
// this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post(`/app/appdlbquipment/list?current=1&size=1000&name=${this.keyword}&devStatus=5&areaId=${this.areaId}`).then((res) => {
|
this.$http.post(`/app/appdlbquipment/list?current=1&size=1000&name=${this.keyword}&devStatus=5&areaId=${this.areaId}`).then((res) => {
|
||||||
|
|||||||
@@ -44,13 +44,13 @@
|
|||||||
currentTabs: 0,
|
currentTabs: 0,
|
||||||
tabList: [
|
tabList: [
|
||||||
{
|
{
|
||||||
name: '待管理',
|
name: '总排行',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '管理中',
|
name: '县局排行',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '已解除',
|
name: '派出所排行',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
barStyle: {
|
barStyle: {
|
||||||
|
|||||||
Reference in New Issue
Block a user