|
|
@@ -297,7 +297,10 @@ export function useDoCusBankExtendConfigs(extendbiztype?: number) {
|
|
|
if (res.data.length) {
|
|
|
const data = res.data[0]
|
|
|
cusBank.value = data
|
|
|
- end.value = (data.cusbankid === 'jdjs' ? getSystemParamValue('1003') : getSystemParamValue('013')) ?? ''
|
|
|
+ /// 不为空
|
|
|
+ const msg_318 = getSystemParamValue('318') ?? ''
|
|
|
+ const msg_013 = getSystemParamValue('013') ?? ''
|
|
|
+ end.value = msg_318 != '' ? msg_318 : msg_013
|
|
|
/// 查询配置信息
|
|
|
queryBankCusBankExtendConfigs({
|
|
|
data: {
|