wupengfei
2 天以前 659c75ad412155d04c8b38da47b1d3baf11a4c41
src/views/Reward/RewardGrant.vue
@@ -233,7 +233,7 @@
      name: '登记',
    },
    emits: {
      onClick: (role) => openRegisterDialog(role),
      onClick: (role) => goRewardGrantRegister(role),
    },
    extraProps: {
      hide: (row: API.GetParkBountyApplyListOutput) =>
@@ -544,6 +544,15 @@
    }
  } catch (error) {}
}
function goRewardGrantRegister(row: API.GetParkBountyApplyListOutput) {
  router.push({
    name: 'RewardGrantRegister',
    params: {
      id: row.id,
    },
  });
}
</script>
<style lang="scss" scoped>