| src/services/api/typings.d.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/Reward/components/BatchRegisterDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/services/api/typings.d.ts
@@ -6423,7 +6423,7 @@ fileId?: string; } type FinanceStatusEnum = 1 | 2 | 3; type FinanceStatusEnum = 1 | 2 | 3 | -1; type FinanceTypeEnum = 10 | 20 | 30; 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 = []; } });