zhengyiming
7 天以前 960c7f808d86dfb89dc128da51c78564475d719a
src/views/Reward/components/BatchRegisterDialog.vue
@@ -130,8 +130,12 @@
const deleteList = ref<string[]>([]);
watch(visible, (value, oldValue) => {
  if (value && !oldValue) {
  if (value && !oldValue && !form.value.incomeType) {
    getParkBountyApplyBatchFinanceEnterprise();
  } else {
    form.value.companyList = [];
    form.value.parkBountyApplyDetailIds = [];
    deleteList.value = [];
  }
});