Compare commits

..

No commits in common. "6cfb939a8d5b4da18d2a5e2a21b652626accb677" and "b35d2bb44c041824b87d240bc31a64d87b5273e8" have entirely different histories.

3 changed files with 7 additions and 10 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://hrmsbkk.case-collection.com/api/v1",
API_URL_SUPPORT: "https://hrmsbkk.case-collection.com/api/v1/support",
API_URI: "https://bma-ehr.frappet.synology.me/api/v1",
API_URL_SUPPORT: "https://bma-ehr.frappet.synology.me/api/v1/support",
MEET_URI: "meet.frappet.com",
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
API_REPORT_TEMPLATE_URI:

View file

@ -333,9 +333,6 @@ onMounted(async () => {
>
{{ item.sub }}
</div>
<q-tooltip v-if="item.path === '/organization-chart'">
อยระหวางปรบปร</q-tooltip
>
</q-card>
</div>
</div>

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, reactive, watch } from "vue";
import { ref, reactive, defineProps, 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="QInput" height="40px" />
<q-skeleton v-else type="QSelect" height="40px" />
</div>
<div class="col-xs-12 col-md-3">
<q-input