This commit is contained in:
yanran200730
2022-01-20 10:00:27 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ export default {
})
},
getEquipmentList() {
this.$http.post(`/app/appdlbquipment/getDlbDeviceList?current=1&size=10000&devStatus=5&keyword=`).then((res) => {
this.$http.post(`/app/appdlbquipment/getDlbDeviceList?current=1&size=10000&keyword=`).then((res) => {
if (res.code == 0) {
this.equipmentList = []
if (res.data && res.data.records.length) {

View File

@@ -8,7 +8,7 @@
<div class="item" v-for="(item, index) in list" :key="index">
<div class="info">
<p>{{ item.messageName }}</p>
<span>{{ item.createTime }}</span><br/>
<span>{{ item.startDate }}</span><br/>
<span>{{ item.deviceName }}</span>
</div>
<div class="btn bg-3975C6"