Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-02-21 03:02:51 +08:00
14 changed files with 93 additions and 63 deletions

View File

@@ -4052,6 +4052,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,
@@ -4074,6 +4075,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,