| | |
| | | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | |
| | | bountyTemplateId: '', |
| | | }); |
| | | |
| | | const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({ |
| | |
| | | useDeclareEnterpriseTable({ |
| | | id: ref(id), |
| | | applyMonth: toRef(form, 'applyMonth'), |
| | | bountyTemplateId: toRef(form, 'bountyTemplateId'), |
| | | }); |
| | | |
| | | const tableRef = ref<InstanceType<typeof DeclareEnterpriseTableView>>(); |
| | |
| | | form.suportFinance = data.suportFinance; |
| | | form.reasonForWithdrawal = data.reasonForWithdrawal ?? ''; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId ?? ''; |
| | | |
| | | getList(); |
| | | }, |
| | | }); |