管控流程 合并更改

This commit is contained in:
zyx.net
2022-11-21 11:55:19 +08:00
parent 4900de7629
commit 7dc428df87
@@ -1087,13 +1087,14 @@ export default {
}, {
_this: this,
}, res => {
this.standinfoList = []
//展示的数据只能是未开始的
res.data.list.forEach(item => {
if(item.planStatus === '0'){
this.standinfoList.push(item)
}
})
this.standinfoList = res.data.list
// this.standinfoList = []
// //展示的数据只能是未开始的
// res.data.list.forEach(item => {
// if(item.planStatus === '0'){
// this.standinfoList.push(item)
// }
// })
this.total = this.standinfoList.length
this.replaceLoading = false
})