From 1fa11e33587edad03453405c765bf2725cd7b17e Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Thu, 13 Oct 2022 11:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/main-sidebar.vue | 9 +++------ .../views/modules/ability/IntegratedServices-add.vue | 12 ++++++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/back/src/views/main-sidebar.vue b/back/src/views/main-sidebar.vue index 1b79b521..38ac69f3 100644 --- a/back/src/views/main-sidebar.vue +++ b/back/src/views/main-sidebar.vue @@ -53,17 +53,15 @@ export default { getNum(){ http.get('/act/task/myToDoTaskNum').then(({ data: res }) => { this.numObject=res.data - console.log("this.numObject========",this.numObject) let menuList= window.SITE_CONFIG["menuList"]; for(var i=0;i + + + + + + + + + @@ -96,6 +105,9 @@ export default { return { fileUploadUrl: window.SITE_CONFIG.apiURL + '/upload', dataForm: { + "infrastructureCount":null, + "dataSourceCount":null, + "componentCount":null, "name": "", "applicationArea": "", "description": "",