fzq #31

Closed
fanzhiqin wants to merge 215 commits from fzq into test
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()
})