diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index a34716d8..742dc973 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -600,6 +600,7 @@ const titleName = ref('关联应用') const sourceClick = () => { + mockData.value = [] visibleAssociatedApplication.value = true queryApplicationRelByResourceId({ referenceId: 0, @@ -619,7 +620,7 @@ const componentsClick = () => { titles.value = ['未关联的组件名称', '已关联的组件名称'] titleName.value = '关联组件' - + mockData.value = [] visibleAssociatedApplication.value = true queryResourceRelByKeyId({ keyId: 0, @@ -723,253 +724,253 @@