wupengfei
5 天以前 f74773301c30eb6f74b0b6c091998196b071daba
src/views/EnterpriseManage/components/WeChatPayWalletBankBranchsSelect.vue
@@ -26,10 +26,6 @@
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]) => {