แก้ประเมิน step 1

This commit is contained in:
Warunee Tamkoo 2023-12-23 16:21:10 +07:00
parent 3487ae71bb
commit 86ba9053a7
7 changed files with 473 additions and 299 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref } from "vue";
import { onMounted, ref } from "vue";
import axios from "axios";
import http from "@/plugins/http";
import config from "@/app.config";
@ -184,6 +184,10 @@ function nextStep(){
hideLoader();
});
}
onMounted(()=>{
})
</script>
<template>