|
|
@@ -211,8 +211,6 @@
|
|
|
import { getFile } from '@/api/system/file';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
import bpmDetail from '@/views/bpm/processInstance/detail.vue';
|
|
|
- import { getFeeApplyInfoAPI } from '@/api/financialManage/fee-manage/fee-application';
|
|
|
- import feeRelatedInfoTable from '@/views/financialManage/components/feeRelatedInfoTable.vue';
|
|
|
import personSelect from '@/components/CommomSelect/person-select.vue';
|
|
|
import tableInfo from '@/views/financialManage/invoiceManage/components/tableInfo.vue';
|
|
|
import { invoiceApplyInfoAPI } from '@/api/financialManage/invoiceManage';
|
|
|
@@ -223,7 +221,6 @@
|
|
|
components: {
|
|
|
tableInfo,
|
|
|
personSelect,
|
|
|
- feeRelatedInfoTable,
|
|
|
bpmDetail
|
|
|
// fileMain
|
|
|
},
|