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:
@@ -284,7 +284,7 @@ export default {
|
|||||||
currentPage1: 1, //项目经理
|
currentPage1: 1, //项目经理
|
||||||
pageSize1: 10, //项目经理
|
pageSize1: 10, //项目经理
|
||||||
projectInfo: {},
|
projectInfo: {},
|
||||||
courseSyncFlag:false
|
courseSyncFlag: false
|
||||||
});
|
});
|
||||||
|
|
||||||
const projectPic = computed(() => store.state.projectPic.map((e) => ({
|
const projectPic = computed(() => store.state.projectPic.map((e) => ({
|
||||||
@@ -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