代码更新
This commit is contained in:
@@ -342,6 +342,8 @@ export default {
|
||||
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
},
|
||||
// 监听上传失败
|
||||
|
||||
@@ -197,6 +197,8 @@ export default {
|
||||
this.tableData = res
|
||||
this.crud.notify('汇总完成', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -382,6 +382,8 @@ export default {
|
||||
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
},
|
||||
// 监听上传失败
|
||||
|
||||
Reference in New Issue
Block a user