|
@@ -224,7 +224,15 @@ export default {
|
|
}
|
|
}
|
|
SessionCache.setCache('albumDetail', data)
|
|
SessionCache.setCache('albumDetail', data)
|
|
this.$store.commit('include/clearInclude')
|
|
this.$store.commit('include/clearInclude')
|
|
- this.$router.back()
|
|
|
|
|
|
+ // this.$router.back()
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ name: 'albumDetail',
|
|
|
|
+ query: {
|
|
|
|
+ pkId: this.pkId,
|
|
|
|
+ isAdd: 1,
|
|
|
|
+ scope: this.scope
|
|
|
|
+ }
|
|
|
|
+ })
|
|
},
|
|
},
|
|
//分类修改数据
|
|
//分类修改数据
|
|
onChange(value, selectedOptions) {
|
|
onChange(value, selectedOptions) {
|