zhengyiming
3 天以前 54d5eab23e2b74273ad59194ebc5063e95ea5637
src/views/MaterialReview/MaterialReviewDetail.vue
@@ -124,6 +124,7 @@
  suportFinance: false,
  bountyTemplateId: '',
  bountyTemplateName: '',
});
const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({
@@ -178,6 +179,7 @@
    form.reasonForWithdrawal = data.reasonForWithdrawal ?? '';
    form.bountyTemplateId = data.bountyTemplateId ?? '';
    form.bountyTemplateName = data.bountyTemplateName ?? '';
    getList();
  },