From 6f367a66253492cd1bd6df17c5064d69da93e827 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jul 2024 17:24:13 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87423=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BC=81=E6=A0=87=E9=9D=9E=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E8=B7=B3=E8=BD=AC=E6=B5=81=E7=A8=8B=E7=9A=84=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/EnterpriseStandardList.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index 7e70c9e..b7233dd 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -429,12 +429,13 @@ export default { }, // 管理员直接新增企标到企标库,非管理员新增跳转到企标制修订发起页面 handleAdd () { - if (!this.isAdmin) { - this.$router.push({ - path: '/workCenter/enterpriseStandardRevision/enterpriseStandardRevisionFlow' - }) - return - } + // todo 暂时没有要跳转的页面 + // if (!this.isAdmin) { + // this.$router.push({ + // path: '/workCenter/enterpriseStandardRevision/enterpriseStandardRevisionFlow' + // }) + // return + // } this.$refs.modalForm.add() this.$refs.modalForm.title = this.$t('newlyAdded') this.$refs.modalForm.disableSubmit = false