fix: 大屏点击区域只显示正在进行的作业

This commit is contained in:
caoqianming 2023-04-14 00:04:11 +08:00
parent 376f40c124
commit 53ec05a036
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ export default {
//
getAreaOperation(){
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)
that.areaOperation = res.results;
})