|
@@ -140,13 +140,13 @@
|
|
|
const loading = ref(true);
|
|
|
const showSearch = ref(true);
|
|
|
const ids = ref < Array < string | number >> ([]);
|
|
|
- const fileList = ref<any[]>([]);
|
|
|
+ const fileList = ref < any[] > ([]);
|
|
|
const single = ref(true);
|
|
|
const multiple = ref(true);
|
|
|
const total = ref(0);
|
|
|
const headers = ref(globalHeaders());
|
|
|
const batchSetDialogVisible = ref(false);
|
|
|
- const baseUrl =import.meta.env.VITE_APP_BASE_API;
|
|
|
+ const baseUrl = import.meta.env.VITE_APP_BASE_API;
|
|
|
const uploadFileUrl = ref(baseUrl + '/warehouse/suppliesManage/importExcel');
|
|
|
const dialogFile = reactive < DialogOption > ({
|
|
|
visible: false,
|