mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
fix:设置-编辑:点击编辑跳转报错
This commit is contained in:
@@ -271,7 +271,7 @@ const projectPic = ref([]);
|
||||
const courseSyncFlag = ref(true)
|
||||
onMounted(() => {
|
||||
getDetail();
|
||||
projectPic.value = store.state.projectPic.map((e) => ({
|
||||
projectPic.value = store.state.project_pic.map((e) => ({
|
||||
value: e.dictValue,
|
||||
label: e.dictName,
|
||||
}));
|
||||
@@ -298,6 +298,7 @@ const getDetail = () =>
|
||||
const backPage = () => {
|
||||
router.push({
|
||||
path: "/libraryAdd",
|
||||
query: { projectTemplateId : route.query.projectTemplateId}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user