feat: 能管控制台设备提醒查询条件
This commit is contained in:
parent
a17263b07a
commit
9b53a3428b
|
@ -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;
|
||||
|
|
|
@ -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("操作成功");
|
||||
|
|
Loading…
Reference in New Issue