({
dueDiligenceMode: [],
enterpriseMaterialSelectedStatus: '',
enterpriseMaterial: [],
- enterpriseQuotaModel: '',
guaranteeContractSelectedStatus: '',
guaranteeContract: '',
individualInterestRateModel: '',
diff --git a/src/views/product/bank/Info.vue b/src/views/product/bank/Info.vue
index d855157..862876f 100644
--- a/src/views/product/bank/Info.vue
+++ b/src/views/product/bank/Info.vue
@@ -155,16 +155,6 @@ const riskInfo = ref>(null);
const approvals = ref[]>([]);
const userName = ref();
-// 是否显示审批结果
-const showAudit = computed(() => {
- return (
- riskInfo.value &&
- (route.params.action === 'detail' ||
- (route.params.action !== 'approve' && info.value.status !== '295' && info.value.status !== '299') ||
- (route.params.action === 'approve' && info.value.status !== '296'))
- );
-});
-
// 详情
const getDetail = async () => {
userName.value = await getUsername();