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