fix: 大屏点击区域只显示正在进行的作业
This commit is contained in:
parent
376f40c124
commit
53ec05a036
|
@ -1408,7 +1408,7 @@ export default {
|
||||||
//区域下的作业
|
//区域下的作业
|
||||||
getAreaOperation(){
|
getAreaOperation(){
|
||||||
let that = this;
|
let that = this;
|
||||||
this.$API.opm.operation.list.req({area:that.areaDetailId}).then(res=>{
|
this.$API.opm.operation.list.req({area:that.areaDetailId, state: 40}).then(res=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
that.areaOperation = res.results;
|
that.areaOperation = res.results;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue