修改bug

This commit is contained in:
yangjun 2026-02-27 14:02:50 +08:00
parent 82a52c3b6c
commit 3ebc639ea4
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@
import { columns, superQuerySchema } from './NuBizSuppliersApply.data';
import { listPage, deleteOne, batchDelete, getImportUrl, getExportUrl } from './NuBizSuppliersApply.api';
import { downloadFile } from '/@/utils/common/renderUtils';
import NuBizSuppliersApplyModal from './components/NuBizSuppliersApplyModal.vue'
import NuBizSuppliersAuditHistoryModal from './NuBizSuppliersAuditHistoryModal.vue'
import { useUserStore } from '/@/store/modules/user';
import JInput from "/@/components/Form/src/jeecg/components/JInput.vue";

View File

@ -68,7 +68,7 @@ import { useListPage } from '/@/hooks/system/useListPage';
import { columns2, superQuerySchema } from './NuBizSuppliersApply.data';
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './NuBizSuppliersApply.api';
import { downloadFile } from '/@/utils/common/renderUtils';
import NuBizSuppliersApplyHistoryModal from './components/NuConfigSuppliersApplyHistoryModal.vue'
import NuBizSuppliersApplyHistoryModal from './components/NuBizSuppliersApplyHistoryModal.vue'
import { useUserStore } from '/@/store/modules/user';
import JInput from '/@/components/Form/src/jeecg/components/JInput.vue';
import JImageUpload from '/@/components/Form/src/jeecg/components/JImageUpload.vue';