管控流程 合并更改
This commit is contained in:
@@ -1087,13 +1087,14 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
_this: this,
|
_this: this,
|
||||||
}, res => {
|
}, res => {
|
||||||
this.standinfoList = []
|
this.standinfoList = res.data.list
|
||||||
//展示的数据只能是未开始的
|
// this.standinfoList = []
|
||||||
res.data.list.forEach(item => {
|
// //展示的数据只能是未开始的
|
||||||
if(item.planStatus === '0'){
|
// res.data.list.forEach(item => {
|
||||||
this.standinfoList.push(item)
|
// if(item.planStatus === '0'){
|
||||||
}
|
// this.standinfoList.push(item)
|
||||||
})
|
// }
|
||||||
|
// })
|
||||||
this.total = this.standinfoList.length
|
this.total = this.standinfoList.length
|
||||||
this.replaceLoading = false
|
this.replaceLoading = false
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user