xjc 2 rokov pred
rodič
commit
ec665e0d05
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/data/index.vue

+ 1 - 1
src/views/data/index.vue

@@ -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