管控流程 合并更改
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user