From d1d7ab612092a98f86b7e45313daf802611d3222 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 18 Jan 2022 14:36:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E8=B7=B3=E8=BD=AC=E6=8A=A5?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009717 --user=lyh [ 用户组和权限]-仅是工作空间管理员(没有项目)-首次新建项目后跳转到项目页面报Request aborted https://www.tapd.cn/55049933/s/1093327 --- .../src/business/components/settings/workspace/MsProject.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/settings/workspace/MsProject.vue b/frontend/src/business/components/settings/workspace/MsProject.vue index 74c2a04eca..2172f715dc 100644 --- a/frontend/src/business/components/settings/workspace/MsProject.vue +++ b/frontend/src/business/components/settings/workspace/MsProject.vue @@ -309,9 +309,6 @@ export default { this.$router.push('/track/home').then(() => { this.reload(); this.reloadTopMenus(); - if (!getCurrentUser().lastProjectId) { - window.location.reload(); - } }); } else { this.$warning(this.$t("commons.project_permission"));