Merge branch 'NiceDev' into develop
This commit is contained in:
parent
37bef4e836
commit
0b8b5d497c
13 changed files with 168 additions and 357 deletions
|
|
@ -25,7 +25,6 @@ const route = useRoute();
|
|||
const { showLoader, hideLoader, date2Thai, messageError, success } = mixin;
|
||||
|
||||
const evaluateId = ref<string>(route.params.id.toString());
|
||||
const statusUpload = ref<boolean>(false);
|
||||
|
||||
/** emit */
|
||||
const emit = defineEmits(["update:form"]);
|
||||
|
|
@ -103,11 +102,6 @@ const page = ref<number>(1);
|
|||
const pdfSrc = ref<any>();
|
||||
const profile = ref<any>();
|
||||
|
||||
function onClickViewPDF(file: any) {
|
||||
// pdfSrc.value = file.webkitRelativePath;
|
||||
modalView.value = true;
|
||||
}
|
||||
|
||||
/** function ไปหน้าต่อไปของรายงาน */
|
||||
function nextPage() {
|
||||
if (page.value < numOfPages.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue