fix: bug#13188

This commit is contained in:
xieyonghong 2023-05-18 16:42:35 +08:00
parent 8753862d96
commit fc2e324c2f
1 changed files with 1 additions and 3 deletions

View File

@ -281,9 +281,7 @@ const pluginSearch = (val: string) => {
} }
const AccessChange = (id: string) => { const AccessChange = (id: string) => {
if (!props.data.id) { AccessCurrent.value = id;
AccessCurrent.value = id;
}
}; };
const addPlugin = () => { const addPlugin = () => {