Update index.vue

parent 032e01d8
...@@ -509,7 +509,7 @@ export default defineComponent({ ...@@ -509,7 +509,7 @@ export default defineComponent({
// const level: Ref<string | null> = ref(null); // const level: Ref<string | null> = ref(null);
const upload = ref(null); const upload = ref(null);
const exportFile = () => { const exportFile = () => {
window.location.href = `${config.API_IMAGE_ENDPOINT}api/artist/exportExcel?pageIndex=${pageIndex.value}&pageSize=${totalRecords.value}&name=${fullNameKeyword.value}&fromMoney=${costFrom.value}&toMoney=${costTo.value}&channel=CMS`; window.location.href = `${config.API_ENDPOINT}artist/exportExcel?pageIndex=${pageIndex.value}&pageSize=${totalRecords.value}&name=${fullNameKeyword.value}&fromMoney=${costFrom.value}&toMoney=${costTo.value}&channel=CMS`;
}; };
const callApiUploadAvatar = async (file: File) => { const callApiUploadAvatar = async (file: File) => {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment