|
@@ -412,7 +412,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
saveComment(){
|
|
|
- this.$api.updateComment({id:this.form1.id,wanzhu_comment:this.form1.wanzhu_comment}).then(response => {
|
|
|
+ this.$api.updateComment({id:this.form1.id,wanzhu_comment:this.form1.wanzhu_comment,match_id:this.form1.match_id}).then(response => {
|
|
|
if(response.data.code != 0){
|
|
|
this.msgError(response.data.message);
|
|
|
return
|