调整银行回显问题

This commit is contained in:
2026-01-13 17:41:54 +08:00
parent 0990e08201
commit 6bbe3b2d09

View File

@@ -70,7 +70,7 @@
function returnLabel() {
const findShop = list.value.find(v => v.bankAlias == modelValue.value)
return findShop ? findShop.bankAlias : ''
return findShop ? findShop.bankAlias : modelValue.value
}
const selItem = ref(null)