[update] 修改bug87423,去掉企标非管理员跳转流程的判断
This commit is contained in:
@@ -429,12 +429,13 @@ export default {
|
|||||||
},
|
},
|
||||||
// 管理员直接新增企标到企标库,非管理员新增跳转到企标制修订发起页面
|
// 管理员直接新增企标到企标库,非管理员新增跳转到企标制修订发起页面
|
||||||
handleAdd () {
|
handleAdd () {
|
||||||
if (!this.isAdmin) {
|
// todo 暂时没有要跳转的页面
|
||||||
this.$router.push({
|
// if (!this.isAdmin) {
|
||||||
path: '/workCenter/enterpriseStandardRevision/enterpriseStandardRevisionFlow'
|
// this.$router.push({
|
||||||
})
|
// path: '/workCenter/enterpriseStandardRevision/enterpriseStandardRevisionFlow'
|
||||||
return
|
// })
|
||||||
}
|
// return
|
||||||
|
// }
|
||||||
this.$refs.modalForm.add()
|
this.$refs.modalForm.add()
|
||||||
this.$refs.modalForm.title = this.$t('newlyAdded')
|
this.$refs.modalForm.title = this.$t('newlyAdded')
|
||||||
this.$refs.modalForm.disableSubmit = false
|
this.$refs.modalForm.disableSubmit = false
|
||||||
|
|||||||
Reference in New Issue
Block a user