|
@@ -44,7 +44,7 @@ import { closeModal } from '@/common/setup/modal/index';
|
|
|
import { Ermcp3ContractRsp } from '@/services/go/ermcp/spot-contract/interface';
|
|
import { Ermcp3ContractRsp } from '@/services/go/ermcp/spot-contract/interface';
|
|
|
import { queryResultLoadingAndInfo } from '@/common/methods/request/resultInfo';
|
|
import { queryResultLoadingAndInfo } from '@/common/methods/request/resultInfo';
|
|
|
import { QueryBusinessFp, QueryBusinessKx } from '@/services/go/ermcp/finance-review';
|
|
import { QueryBusinessFp, QueryBusinessKx } from '@/services/go/ermcp/finance-review';
|
|
|
-import { QueryBusinessJs } from '@/services/go/ermcp/business-review';
|
|
|
|
|
|
|
+import {QueryBusinessDj, QueryBusinessJs} from '@/services/go/ermcp/business-review';
|
|
|
import { QueryAreaStockApply } from '@/services/go/ermcp/inventory-review';
|
|
import { QueryAreaStockApply } from '@/services/go/ermcp/inventory-review';
|
|
|
import { QueryChangeLog } from '@/services/go/ermcp/spot-contract';
|
|
import { QueryChangeLog } from '@/services/go/ermcp/spot-contract';
|
|
|
import { ErmcpLoginUserEx } from '@/services/go/ermcp/account/interface';
|
|
import { ErmcpLoginUserEx } from '@/services/go/ermcp/account/interface';
|
|
@@ -88,7 +88,7 @@ export default defineComponent({
|
|
|
case 1:
|
|
case 1:
|
|
|
break;
|
|
break;
|
|
|
case 2: // 点价记录
|
|
case 2: // 点价记录
|
|
|
- queryResultLoadingAndInfo(QueryBusinessKx, loading, { relatedid }).then((res) => {
|
|
|
|
|
|
|
+ queryResultLoadingAndInfo(QueryBusinessDj, loading, { relatedid }).then((res) => {
|
|
|
columns.value = columnsPointPrice;
|
|
columns.value = columnsPointPrice;
|
|
|
tableList.value = res;
|
|
tableList.value = res;
|
|
|
});
|
|
});
|