fix: delete import defineProps

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-29 11:34:16 +07:00
parent c61edb3863
commit 49b3b67edd
2 changed files with 7 additions and 7 deletions

View file

@ -12,8 +12,8 @@ export const apiUrlConfigReport = import.meta.env.VITE_API_REPORT_URL;
const config = ref<any>({
development: {
// API_URI: "https://localhost:7260/api",
API_URI: "https://bma-ehr.frappet.synology.me/api/v1",
API_URL_SUPPORT: "https://bma-ehr.frappet.synology.me/api/v1/support",
API_URI: "https://hrmsbkk.case-collection.com/api/v1",
API_URL_SUPPORT: "https://hrmsbkk.case-collection.com/api/v1/support",
MEET_URI: "meet.frappet.com",
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
API_REPORT_TEMPLATE_URI:

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, reactive, defineProps, watch } from "vue";
import { ref, reactive, watch } from "vue";
import { useQuasar } from "quasar";
import { useCounterMixin } from "@/stores/mixin";
@ -145,7 +145,7 @@ function onSubmit(data: FormDataType) {
props.onSubmit(data);
},
"ยืนยันการบันทึกข้อมูล",
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?"
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?",
);
}
@ -160,7 +160,7 @@ watch(
formData.position = newValue.position;
}
},
{ deep: true }
{ deep: true },
);
watch(
@ -185,7 +185,7 @@ watch(
formData.historyStatus = props.data.historyStatus;
}
},
{ deep: true }
{ deep: true },
);
</script>
@ -255,7 +255,7 @@ watch(
lazy-rules
hide-bottom-space
/>
<q-skeleton v-else type="QSelect" height="40px" />
<q-skeleton v-else type="QInput" height="40px" />
</div>
<div class="col-xs-12 col-md-3">
<q-input