wupengfei
8 天以前 e22c1e1191ef01c43932f26bbbccafca4505d39e
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();
  },