|
|
@@ -62,7 +62,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
- <div class="g-form__footer inset">
|
|
|
+ <div class="g-form__footer inset" v-if="cusBank.caninamount === 1">
|
|
|
<Button round block type="danger" @click="formRef?.submit()">确定</Button>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -85,7 +85,7 @@ const { router } = useNavigation()
|
|
|
const { getSystemParamValue } = useUserStore()
|
|
|
const start = getSystemParamValue('012') ?? ''
|
|
|
const limitMsg = getSystemParamValue('1002')
|
|
|
-const msg = getSystemParamValue('302')
|
|
|
+const msg = getSystemParamValue('302') ?? '系统错误'
|
|
|
const { configs, cusBank, end } = useDoCusBankExtendConfigs(2)
|
|
|
const certificate_photo_url = ref('')
|
|
|
const userStore = useUserStore()
|