From 1af058fc79a9939e851db37f39ff8745f6af0100 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Thu, 29 Dec 2022 17:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/ability/bsabilityai.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue index b9e28967..1c29d748 100644 --- a/back/src/views/modules/ability/bsabilityai.vue +++ b/back/src/views/modules/ability/bsabilityai.vue @@ -330,7 +330,6 @@ export default { this.dataForm.type = '组件服务' this.$http.get('/sys/user/info').then(res => { this.superAdmin = res.data.data.superAdmin - }) }, mounted () { @@ -441,12 +440,8 @@ export default { } }, showDetail (val) { -<<<<<<< HEAD - window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id) -======= console.log(val) window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id + '&&hiddenBackFlag=true') ->>>>>>> 1e4d145fe03902c4ae099d8c968b93c472595a68 // this.addOrUpdateHandle(id) // this.addOrUpdateVisible = true // this.disabled = false @@ -631,12 +626,8 @@ export default { }, // 新上架 clear () { -<<<<<<< HEAD - this.$router.push(this.routePath) -======= // this.$router.push(this.routePath) console.log('清空----------------------------------------') ->>>>>>> 1e4d145fe03902c4ae099d8c968b93c472595a68 this.notFilled = [] this.showPutOnTheShelfFlag = false this.showPutOnTheShelfFlag2 = false @@ -729,7 +720,6 @@ export default { child.name === '应用场景' || child.name === '功能介绍' ) { - arr.push(child.name) if ( this.submitFrom.infoList.filter( @@ -925,7 +915,7 @@ export default { } }) .catch(() => {}) - } + } } }, // 新修改