wupengfei
3 天以前 0aab114ff888094283b8197ef20d387906209a57
src/views/Reward/components/BatchRegisterDialog.vue
@@ -131,7 +131,7 @@
async function getParkBountyApplyBatchTransferEnterprise() {
  try {
    let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferEnterprise({
    let res = await parkBountyApplyServices.getParkBountyApplyBatchTransferRegEnterprise({
      parkBountyApplyId: form.value.parkBountyApplyId,
    });
    if (res) {
@@ -144,7 +144,7 @@
async function getParkBountyApplyBatchFinanceEnterprise() {
  try {
    let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceEnterprise({
    let res = await parkBountyApplyServices.getParkBountyApplyBatchFinanceRegEnterprise({
      parkBountyApplyId: form.value.parkBountyApplyId,
    });
    if (res) {