Merge branch 'nice_dev' into develop
This commit is contained in:
commit
8d45efa921
4 changed files with 641 additions and 444 deletions
|
|
@ -149,13 +149,10 @@ const visibleColumns = ref<string[]>([
|
|||
|
||||
const action = ref<string>("");
|
||||
const fileUpload = ref<any>(null);
|
||||
const fileInputRef = ref<any>(null);
|
||||
|
||||
onMounted(() => {
|
||||
retireld.value = retireld_params.toString();
|
||||
console.log(retireld_params);
|
||||
fecthlistprofile(retireld.value);
|
||||
fecthCheck(retireld.value);
|
||||
});
|
||||
const round = ref<number>();
|
||||
const typeReport = ref<string>("");
|
||||
|
|
@ -188,6 +185,9 @@ const fecthlistprofile = async (id: string) => {
|
|||
remove: e.remove,
|
||||
}));
|
||||
console.log(statusReport.value);
|
||||
if (statusReport.value == false) {
|
||||
fecthCheck(retireld.value);
|
||||
} else statusUpload.value = true;
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -200,7 +200,6 @@ const fecthCheck = async (id: string) => {
|
|||
await http
|
||||
.get(config.API.checkfileupload(id))
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
statusUpload.value = res.data.result;
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue