Browse Source

留言审核

袁兴隆 3 tháng trước cách đây
mục cha
commit
0430cf6b31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/messageBoard/messageBoard.vue

+ 1 - 1
src/views/messageBoard/messageBoard.vue

@@ -194,7 +194,7 @@
 						params: this.$http.adornParams({
 							'messageBoardId': row.messageId,
 							'status': status,
-							'replyContent': value
+							'content': value
 						})
 					}).then(({ data }) => {
 						if(data.code==0){