feat: 能管控制台设备提醒查询条件

This commit is contained in:
caoqianming 2024-12-06 11:53:55 +08:00
parent a17263b07a
commit 9b53a3428b
2 changed files with 1 additions and 2 deletions

View File

@ -830,7 +830,7 @@ export default {
that.warningNum = res.count;
});
that.$API.em.equipment.list
.req({ tag: "near_check", type: 20, page: 1 })
.req({ state_measure__in: "20,30", type: 20, page: 1 })
.then((res) => {
debugger;
that.warningNum2 = res.count;

View File

@ -92,7 +92,6 @@ export default {
})
},
table_del(row, index) {
console.log(row)
this.$API.mtm.srule.delete.req(row.id).then(res => {
this.$refs.table.refresh();
that.$message.success("操作成功");