| | |
| | | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({ |
| | |
| | | id: ref(id), |
| | | applyMonth: toRef(form, 'applyMonth'), |
| | | enableUploadExtraFiles: true, |
| | | bountyTemplateId: toRef(form, 'bountyTemplateId'), |
| | | }); |
| | | |
| | | const { data: detail, isLoading } = useQuery({ |
| | |
| | | form.suportPlatRecharge = data.suportPlatRecharge; |
| | | form.suportFinance = data.suportFinance; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId; |
| | | form.bountyTemplateName = data.bountyTemplateName; |
| | | |
| | | getList(); |
| | | }, |
| | | }); |