mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
--demand 字典修改
This commit is contained in:
@@ -362,9 +362,9 @@ export default {
|
||||
state.projectInfo.picUrl = value;
|
||||
};
|
||||
onMounted(() => {
|
||||
state.projectPic = store.state.projectPic.map((e) => ({
|
||||
value: e.dictValue,
|
||||
label: e.dictName,
|
||||
state.projectPic = store.state.project_pic.map((e) => ({
|
||||
value: e.value,
|
||||
label: e.name,
|
||||
}));
|
||||
state.viewDetail = routers.query.viewDetail;
|
||||
getProjectInfo();
|
||||
|
||||
Reference in New Issue
Block a user