|
@@ -177,6 +177,7 @@ export default {
|
|
},
|
|
},
|
|
updateArticle() {
|
|
updateArticle() {
|
|
console.log(this.postForm)
|
|
console.log(this.postForm)
|
|
|
|
+ this.postForm.position = this.formatCreatePosition(this.postForm.position)
|
|
updateBanner(this.postForm).then(response => {
|
|
updateBanner(this.postForm).then(response => {
|
|
this.$notify({
|
|
this.$notify({
|
|
title: '修改',
|
|
title: '修改',
|