feat(frontend):数据集fix
This commit is contained in:
parent
8dc219bbf4
commit
5ffe5d98eb
@ -108,6 +108,14 @@ export default {
|
||||
this.fields = response.data.fields
|
||||
this.data = response.data.data
|
||||
this.page = response.data.page
|
||||
}).catch(response => {
|
||||
this.fields = []
|
||||
this.data = []
|
||||
this.page = {
|
||||
page: 1,
|
||||
pageSize: 100,
|
||||
show: 0
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user