Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_web
This commit is contained in:
commit
53b892317a
|
@ -830,7 +830,7 @@ export default {
|
||||||
that.warningNum = res.count;
|
that.warningNum = res.count;
|
||||||
});
|
});
|
||||||
that.$API.em.equipment.list
|
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) => {
|
.then((res) => {
|
||||||
debugger;
|
debugger;
|
||||||
that.warningNum2 = res.count;
|
that.warningNum2 = res.count;
|
||||||
|
|
|
@ -92,7 +92,6 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
table_del(row, index) {
|
table_del(row, index) {
|
||||||
console.log(row)
|
|
||||||
this.$API.mtm.srule.delete.req(row.id).then(res => {
|
this.$API.mtm.srule.delete.req(row.id).then(res => {
|
||||||
this.$refs.table.refresh();
|
this.$refs.table.refresh();
|
||||||
that.$message.success("操作成功");
|
that.$message.success("操作成功");
|
||||||
|
|
Loading…
Reference in New Issue