yujialong 2 years ago
parent 09a68b39a2
commit 05266ca179
  1. 2
      src/pages/article/add/index.vue
  2. 2
      src/pages/article/list/index.vue

@ -1292,7 +1292,7 @@ export default {
this.$post(this.api.updateArticle, form).then(res => {
this.updateFile(fileId, form, form.id)
Util.successMsg('修改成功')
next ? next() : this.$router.push(`list?columnId=` + form.columnId + (form.columnId != this.originColumnId ? '&last=1' : ''))
next ? next() : this.$router.push(`list?columnId=` + form.columnId + (form.columnId != this.originColumnId ? '&last=1' : '')) // last
}).catch(err => {
this.submiting = false
})

@ -131,7 +131,7 @@ export default {
total: 0,
modifiedTimeSort: '',
publicationTimeSort: '',
topSort: 0,
topSort: '',
multipleSelection: [],
originSettings: [],
settings: [

Loading…
Cancel
Save