-- 资源归属不随项目经理带出

This commit is contained in:
yuping
2022-12-20 17:42:49 +08:00
parent bf9d81563c
commit 4c4651b868
2 changed files with 7 additions and 0 deletions

View File

@@ -499,6 +499,9 @@ export default {
};
function managerChange(e, l, d, t) {
if (routers.query.parentId) {
return;
}
!state.projectInfo.sourceBelongId &&
(state.projectInfo.sourceBelongId = d);
!state.projectInfo.sourceBelongName &&

View File

@@ -1804,6 +1804,10 @@ export default {
);
function managerChange(e, l, d, t) {
if (state.projectInfo.parentId) {
return;
}
!state.projectInfo.sourceBelongId &&
(state.projectInfo.sourceBelongId = d);
!state.projectInfo.sourceBelongName &&