This commit is contained in:
zhutianqi
2022-02-21 17:43:41 +08:00
parent 1c63566ad0
commit 62e82228aa
5 changed files with 20 additions and 12 deletions
@@ -264,6 +264,11 @@ export default {
_this: this,
loading: 'replaceLoading'
}, res => {
res.data.list.map(item => {
if (!item.issueTime) {
item.issueTime = ''
}
})
this.replaceLawsNumRow = res.data.list
this.replaceTotal = res.data.count
if (this.selectedListRep.length !== 0) {