--demand 字典修改

This commit is contained in:
yuping
2023-02-12 19:02:06 +08:00
parent fe4711ad68
commit 6d5ad2474b
10 changed files with 703 additions and 347 deletions

View File

@@ -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();