Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -425,7 +425,7 @@ export default {
|
|||||||
this.standinfoList.push(item)
|
this.standinfoList.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.total = res.data.count
|
this.total = this.standinfoList.length
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ export default {
|
|||||||
this.standinfoList.push(item)
|
this.standinfoList.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.total = res.data.count
|
this.total = this.standinfoList.length
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1035,7 +1035,7 @@ export default {
|
|||||||
this.standinfoList.push(item)
|
this.standinfoList.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.total = res.data.count
|
this.total = this.standinfoList.length
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ export default {
|
|||||||
this.standinfoList.push(item)
|
this.standinfoList.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.total = res.data.count
|
this.total = this.standinfoList.length
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user