mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
-- bug
This commit is contained in:
@@ -386,8 +386,16 @@ export default {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
function managerChange(e, l, d, t) {
|
||||||
|
!state.projectInfo.sourceBelongId &&
|
||||||
|
(state.projectInfo.sourceBelongId = d);
|
||||||
|
!state.projectInfo.sourceBelongName &&
|
||||||
|
(state.projectInfo.sourceBelongName = t);
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
|
managerChange,
|
||||||
timeChange,
|
timeChange,
|
||||||
projectPic,
|
projectPic,
|
||||||
createProject,
|
createProject,
|
||||||
|
|||||||
Reference in New Issue
Block a user