Browse Source

工具申请的审批页面也加一个跳转BM

master
han\hanst 1 month ago
parent
commit
b5939b8900
  1. 1
      src/views/modules/tooling/searchToolApply.vue

1
src/views/modules/tooling/searchToolApply.vue

@ -2993,6 +2993,7 @@ export default {
},
jumpBM(row) {
this.visibleD = false
this.visible = false
if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') {
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',});
} else {

Loading…
Cancel
Save