diff --git a/back/src/assets/img/putOnTheShelf/update.png b/back/src/assets/img/putOnTheShelf/update.png new file mode 100644 index 00000000..baefd1f5 Binary files /dev/null and b/back/src/assets/img/putOnTheShelf/update.png differ diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue index b0af3265..a5fe82e1 100644 --- a/back/src/views/modules/ability/bsabilityai.vue +++ b/back/src/views/modules/ability/bsabilityai.vue @@ -230,7 +230,7 @@ :close-on-press-escape="false" :destroy-on-close="true" :before-close="clear" - width="50%" + width="60%" > - + width="60%"> + 取 消 确 定 @@ -271,6 +271,7 @@ export default { insertList: [], putOnTheShelfList: [], showPutOnTheShelfFlag2: false, + routePath: '', submitFrom: { type: '应用资源', deptId: '', @@ -594,6 +595,7 @@ export default { }, // 新上架 clear () { + this.$router.push(this.routePath) this.notFilled = [] this.showPutOnTheShelfFlag2 = false this.insertList = [] @@ -615,6 +617,7 @@ export default { }, // 上架 showPutOnTheShelf () { + 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/components/inputSelectCheckbox.vue b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue index 4d649f4e..3f4e7f4a 100644 --- a/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue +++ b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue @@ -81,12 +81,11 @@ js: - -
- - -
- + +
+ + +