update 实时数据“

This commit is contained in:
g7hoo 2022-09-27 15:52:03 +08:00
父節點 a0253cc235
當前提交 5d32750d87
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -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()
})

查看文件

@ -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()
})