commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user