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.$post(this.api.updateArticle, form).then(res => {
this.updateFile(fileId, form, form.id) this.updateFile(fileId, form, form.id)
Util.successMsg('修改成功') 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 => { }).catch(err => {
this.submiting = false this.submiting = false
}) })

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

Loading…
Cancel
Save