comment code retirement

This commit is contained in:
AnandaTon 2023-11-17 14:21:53 +07:00
parent 45fc4848ac
commit 45ef9649e1
15 changed files with 295 additions and 64 deletions

View file

@ -6,6 +6,7 @@ import { useCounterMixin } from "@/stores/mixin";
import http from "@/plugins/http";
import config from "@/app.config";
/**use*/
const $q = useQuasar();
const router = useRouter();
const route = useRoute();
@ -15,6 +16,7 @@ const fullName = ref<string>("");
const profileId = ref<string>(route.params.id.toString());
const detail = ref<any>([]);
/** Hook */
onMounted(() => {
fectdata();
});
@ -63,6 +65,10 @@ const downloadFile = (response: any, filename: string) => {
document.body.removeChild(link);
};
/**
* งก ดาวโหลด
* @param type typeของรายละเอยด
*/
const fileDownload = async (type: string) => {
showLoader();
await http