xjc 2 년 전
부모
커밋
ec665e0d05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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