云广播css

This commit is contained in:
liuye
2023-01-06 14:30:23 +08:00
parent 73889ba906
commit a7306d7bc9

View File

@@ -61,7 +61,7 @@ export default {
this.getList() this.getList()
}, },
getList() { getList() {
this.$http.post(`/app/appdlbquipment/list?current=1&size=20&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) => {
if (res.code == 0) { if (res.code == 0) {
res.data.records.map(item => { res.data.records.map(item => {
item.isCheck = false item.isCheck = false
@@ -104,8 +104,12 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
uni-page-body {
height: 100%;
}
.selectEquipment { .selectEquipment {
height: 100%;
overflow-y: scroll;
.currentLeft-top { .currentLeft-top {
display: flex; display: flex;
align-items: center; align-items: center;