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