3.7.1版本发布

This commit is contained in:
JEECG
2024-09-10 15:40:34 +08:00
parent 17c68f6d53
commit 13cb18b707
106 changed files with 2832 additions and 1721 deletions

View File

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