zhou.xiaoning 4 anni fa
parent
commit
6c5b369ec4

+ 1 - 0
src/views/information/warehouse-info/list/setup.ts

@@ -13,6 +13,7 @@ export function getTableList() {
     // 过滤项
     const filteredInfo = ref();
     const loading = ref<boolean>(false);
+    
     // 获取表头
     function getColumns() {
         const list = getTableHead('table_pcweb_warehouse');

+ 2 - 0
src/views/manage/business-review/setup.ts

@@ -0,0 +1,2 @@
+import { ColumnType, getTableHead } from '@/common/methods/table';
+