wupengfei
3 天以前 07e6a938f7993abf056dc4b106d4ad4fc6354bb5
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>