diff --git a/core/core-frontend/src/views/share/share/ShareGrid.vue b/core/core-frontend/src/views/share/share/ShareGrid.vue index bb8e449b13..d1037b2256 100644 --- a/core/core-frontend/src/views/share/share/ShareGrid.vue +++ b/core/core-frontend/src/views/share/share/ShareGrid.vue @@ -16,7 +16,6 @@ const interactiveStore = interactiveStoreWithOut() const busiDataMap = computed(() => interactiveStore.getData) const panelKeyword = ref() -const userAddPopper = ref(false) const activeCommand = ref('all_types') const state = reactive({ tableData: [], @@ -28,10 +27,6 @@ const state = reactive({ ] }) -const handleVisibleChange = (val: boolean) => { - userAddPopper.value = val -} - const handleCommand = (command: string) => { activeCommand.value = command loadTableData() @@ -126,38 +121,21 @@ watch(