|
@@ -168,7 +168,7 @@
|
|
const loading = ref(false);
|
|
const loading = ref(false);
|
|
const stopUseBack = ref(false)
|
|
const stopUseBack = ref(false)
|
|
const currentMonth = ref(
|
|
const currentMonth = ref(
|
|
- // proxy.moment().format("YYYY-MM-01")
|
|
|
|
|
|
+ // proxy.moment().format("YYYY-MM-01")
|
|
);
|
|
);
|
|
const baseUrl = ref(import.meta.env.VITE_APP_BASE_API);
|
|
const baseUrl = ref(import.meta.env.VITE_APP_BASE_API);
|
|
const props = defineProps({
|
|
const props = defineProps({
|