mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26: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 {
|
||||
...toRefs(state),
|
||||
managerChange,
|
||||
timeChange,
|
||||
projectPic,
|
||||
createProject,
|
||||
|
||||
Reference in New Issue
Block a user