diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue index 3941f793..daf9fc7a 100644 --- a/back/src/views/modules/ability/bsabilityai.vue +++ b/back/src/views/modules/ability/bsabilityai.vue @@ -271,7 +271,7 @@ export default { radio: '', showPutOnTheShelfFlag: false, showPutOnTheShelfFlag2: false, - routePath: '', + // routePath: '', submitFrom: { type: '组件服务', deptId: '', @@ -630,7 +630,7 @@ export default { }, // 新上架 clear () { - this.$router.push(this.routePath) + // this.$router.push(this.routePath) console.log('清空----------------------------------------') this.notFilled = [] this.showPutOnTheShelfFlag = false @@ -661,7 +661,7 @@ export default { }) }, showPutOnTheShelfVue () { - this.routePath = this.$route.path + // this.routePath = this.$route.path this.showPutOnTheShelfFlag = false this.showPutOnTheShelfFlag2 = true this.submitFrom.infoList[0].attrValue = this.radio diff --git a/back/src/views/modules/ability/bsabilityservice.vue b/back/src/views/modules/ability/bsabilityservice.vue index dc13a1f2..11f43505 100644 --- a/back/src/views/modules/ability/bsabilityservice.vue +++ b/back/src/views/modules/ability/bsabilityservice.vue @@ -271,7 +271,7 @@ export default { insertList: [], putOnTheShelfList: [], showPutOnTheShelfFlag2: false, - routePath: '', + // routePath: '', submitFrom: { type: '应用资源', deptId: '', @@ -595,7 +595,7 @@ export default { }, // 新上架 clear () { - this.$router.push(this.routePath) + // this.$router.push(this.routePath) this.notFilled = [] this.showPutOnTheShelfFlag2 = false this.insertList = [] @@ -617,7 +617,7 @@ export default { }, // 上架 showPutOnTheShelf () { - this.routePath = this.$route.path + // this.routePath = this.$route.path this.showPutOnTheShelfFlag2 = true this.$http.get('/category/getCategoryTree').then(res => { this.insertList = res.data.data.filter(item => item.name === '应用资源')[0] diff --git a/back/src/views/modules/putOnTheShelf/index.vue b/back/src/views/modules/putOnTheShelf/index.vue index 254ce7f9..6f40602a 100644 --- a/back/src/views/modules/putOnTheShelf/index.vue +++ b/back/src/views/modules/putOnTheShelf/index.vue @@ -2,18 +2,27 @@ * @Author: hisense.liangjunhua * @Date: 2022-07-08 09:48:52 * @LastEditors: Light - * @LastEditTime: 2022-12-20 09:50:01 + * @LastEditTime: 2022-12-29 09:34:56 * @Description: 告诉大家这是什么 -->