mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
-- 资源归属不随项目经理带出
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user