From 4568d28b6a1d1e0ddfc09d24c1475e0fe5272254 Mon Sep 17 00:00:00 2001
From: gaoyuanwei <2826352639@qq.com>
Date: Fri, 15 Jul 2022 19:23:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/PutOnTheShelf.vue | 461 +++++++++---------
1 file changed, 231 insertions(+), 230 deletions(-)
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 @@