|
@@ -600,7 +600,8 @@ export default {
|
|
|
if (formData.commend_id.length == 0) {
|
|
|
formData.commend_id = '[]';
|
|
|
}
|
|
|
- this.$store.dispatch('news/addArticle', this.form).then(res => {
|
|
|
+
|
|
|
+ this.$store.dispatch('news/addArticle', formData).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
//汇报结果
|
|
|
this.$message({
|