代码更新

This commit is contained in:
2022-08-04 16:02:20 +08:00
parent f341f91da3
commit 63e7155284
8 changed files with 49 additions and 18 deletions

View File

@@ -342,6 +342,8 @@ export default {
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.fla = false
}).catch(() => {
this.fla = false
})
},
// 监听上传失败

View File

@@ -197,6 +197,8 @@ export default {
this.tableData = res
this.crud.notify('汇总完成', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.fla = false
}).catch(() => {
this.fla = false
})
}
}

View File

@@ -382,6 +382,8 @@ export default {
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.fla = false
}).catch(() => {
this.fla = false
})
},
// 监听上传失败