1 Commits
prod ... test

Author SHA1 Message Date
6bbe3b2d09 调整银行回显问题 2026-01-13 17:42:09 +08:00

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)