fix: 解决冲突
This commit is contained in:
parent
ba3661ae49
commit
d0c7f9dc9c
|
@ -74,14 +74,11 @@
|
|||
>
|
||||
<template #description>
|
||||
暂无数据,请先
|
||||
<!-- <j-button type="link" @click="handleAdd">
|
||||
添加{{ providerType[props.channel] }} 接入网关
|
||||
</j-button> -->
|
||||
<PermissionButton
|
||||
type="link"
|
||||
style="padding: 0"
|
||||
hasPermission="link/AccessConfig:add"
|
||||
@click="onJump"
|
||||
@click="handleAdd"
|
||||
>
|
||||
添加{{ providerType[props.channel] }}接入网关
|
||||
</PermissionButton>
|
||||
|
@ -319,13 +316,6 @@ const handleAdd = () => {
|
|||
handleClick(value);
|
||||
};
|
||||
};
|
||||
const onJump = () => {
|
||||
menuStory.jumpPage(
|
||||
`link/AccessConfig/Detail`,
|
||||
{ id: ':id' },
|
||||
{ view: false },
|
||||
);
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
|
Loading…
Reference in New Issue