fix:点击新建评估跳转评估页面自动打开新建评估弹框

This commit is contained in:
wyx
2023-03-08 12:36:33 +08:00
parent 316add9911
commit bae62258e7
2 changed files with 11 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ function reset() {
const goResearchmanage = () => {
// router.push({ path: "/researchmanage" });
window.open(process.env.VUE_APP_BASE + "/researchmanage");
window.open(process.env.VUE_APP_BASE + "/researchmanage?openCreate=true");
};
</script>
<style lang="scss">