mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-23 22:36:39 +08:00
3.7.1版本发布
This commit is contained in:
@ -124,6 +124,7 @@ export function useCommentWithFile(props) {
|
||||
async function saveComment(obj) {
|
||||
const {fromUserId, toUserId, commentId, commentContent} = obj;
|
||||
let commentData = {
|
||||
tableId: props.tableId,
|
||||
tableName: props.tableName,
|
||||
tableDataId: props.dataId,
|
||||
fromUserId,
|
||||
|
||||
Reference in New Issue
Block a user