wupengfei
6 天以前 f9f0d8967209c9034dc293fb09844db67e06eda7
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();
    }