fixing modal datepicker

This commit is contained in:
Warunee Tamkoo 2025-06-17 17:25:16 +07:00
parent 665c24b772
commit a5a967c09f
3 changed files with 0 additions and 9 deletions

View file

@ -7,9 +7,6 @@ import http from "@/plugins/http";
import config from "@/app.config";
import { useDataStore } from "@/stores/data";
//history dialog
import DialogHistory from "@/modules/10_registry/Dialog/DialogHistory.vue";
import DialogDevelop from "@/modules/10_registry/Dialog/DialogDevelopmant.vue";
const typeIDP = ref<string>("");

View file

@ -254,7 +254,6 @@ watch(
}
);
const customPosition = () => ({ top: "385px", left: "410px" });
async function getDataByYear() {
if (formData.year) {
showLoader();
@ -409,7 +408,6 @@ function filterOptionFn(val: string, update: Function) {
autoApply
position="center"
year-picker
:alt-position="customPosition"
:enableTimePicker="false"
@update:model-value="getDataByYear(), (projectName = '')"
>