bug修复

This commit is contained in:
李东进1
2023-02-20 22:44:00 +08:00
parent b987f7137c
commit 7e6c6a95dc
3 changed files with 6 additions and 2 deletions

View File

@@ -4055,6 +4055,7 @@ export default {
parentId: state.parentId,
picUrl: state.picUrl,
projectId: Number(state.projectId),
id: Number(state.projectId),
remark: state.remark,
sourceBelongId: Number(state.tsourceBelong),
status: state.status,
@@ -4077,6 +4078,7 @@ export default {
parentId: state.parentId,
picUrl: state.picUrl,
projectId: Number(state.projectId),
id: Number(state.projectId),
remark: state.remark,
sourceBelongId: Number(state.tsourceBelong),
status: state.status,