src/views/EnterpriseManage/components/WeChatPayWalletBankBranchsSelect.vue
@@ -26,14 +26,10 @@ const bank_branch_id = defineModel<string>('bank_branch_id'); onMounted(() => { getList(); }); watch( [toRef(props, 'bank_alias_code'), toRef(props, 'city_code'), toRef(props, 'need_bank_branch')], ([bank_alias_code, city_code, need_bank_branch]) => { bank_branch_id.value = ''; // bank_branch_id.value = ''; if (need_bank_branch) { getList(); }