diff --git a/src/views/product/afterLoan/1029/Detail.vue b/src/views/product/afterLoan/1029/Detail.vue index 75e2564..245da5a 100644 --- a/src/views/product/afterLoan/1029/Detail.vue +++ b/src/views/product/afterLoan/1029/Detail.vue @@ -115,6 +115,7 @@ import { fiveLevelClassificationDetails, fiveLevelClassificationSave, isTheStrat import { getProcessInformationBasedOnRoles, addOperation } from '@/api/judgment'; import { handleId, getIds } from '@/utils/common'; import Cookies from 'js-cookie'; +import { getStat } from '@/store/useProduct'; const Confirm = defineAsyncComponent(() => import('@/components/StrategyConfirm.vue')); @@ -209,6 +210,7 @@ const submit = async (synchronizeUpdate?: number) => { fiveLevelClassificationList: param, bankIds: bankIds.value, }); + getStat(295); addRecord(recordParam); } catch (e) { loading.value = false; diff --git a/src/views/product/afterLoan/1029/Index.vue b/src/views/product/afterLoan/1029/Index.vue index 6c9709a..01eac58 100644 --- a/src/views/product/afterLoan/1029/Index.vue +++ b/src/views/product/afterLoan/1029/Index.vue @@ -4,7 +4,7 @@
-