wupengfei
5 天以前 2174f758e8a963964198e092f0d528ef1ae9b81e
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>