feat:增加新建项目字典

This commit is contained in:
lixg
2022-11-21 17:48:26 +08:00
parent 47d6871378
commit f18909673d
27 changed files with 280 additions and 253 deletions

View File

@@ -366,7 +366,7 @@ export default {
if (res.data.code === 200) {
message.success("编辑成功");
router.push({
path: "/manage/researchmanage",
path: "/researchmanage",
});
}
});