云广播

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) => {