修改bug
This commit is contained in:
parent
82a52c3b6c
commit
3ebc639ea4
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue