|
|
|
@ -153,9 +153,9 @@ import { ElMessage } from 'element-plus'; |
|
|
|
|
import { accessStrategyAntiFraudStrategyFind, accessStrategyAntiFraudStrategySave, isTheStrategyRelatedToTheProduct } from '@/api/model'; |
|
|
|
|
import { getProcessInformationBasedOnRoles, addOperation } from '@/api/judgment'; |
|
|
|
|
import type { TableColumnCtx } from 'element-plus'; |
|
|
|
|
import { useRouter, useRoute } from 'vue-router'; |
|
|
|
|
import { handleId, getNum, getSymbol, getChinese, getIds } from '@/utils/common'; |
|
|
|
|
import Cookies from 'js-cookie'; |
|
|
|
|
import { getStat } from '@/store/useProduct'; |
|
|
|
|
|
|
|
|
|
const Confirm = defineAsyncComponent(() => import('@/components/StrategyConfirm.vue')); |
|
|
|
|
|
|
|
|
@ -434,6 +434,7 @@ const submit = async (synchronizeUpdate?: number) => { |
|
|
|
|
synchronizeUpdate, |
|
|
|
|
antiFraudStrategyList: param, |
|
|
|
|
}); |
|
|
|
|
getStat(295); |
|
|
|
|
addRecord(param); |
|
|
|
|
} catch (e) { |
|
|
|
|
loading.value = false; |
|
|
|
|