lb #6

Merged
gtz217 merged 10 commits from lb into develop 2022-09-29 09:38:37 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5d32750d87 - Show all commits

View File

@ -51,7 +51,7 @@ export default {
type: 'warning',
onClose: () => {
this.clearData()
this.fetchList().then(res => {
this.fetchList().then(({ data: res }) => {
this.testData = res
this.handleData()
})

View File

@ -48,7 +48,7 @@ export default {
type: 'warning',
onClose: () => {
this.clearData()
this.fetchList().then(res => {
this.fetchList().then(({ data: res }) => {
this.testData = res
this.handleData()
})