Browse Source

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

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

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

@ -2992,8 +2992,6 @@ export default {
}) })
}, },
jumpBM(row) { jumpBM(row) {
this.visibleD = false
this.visible = false
if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') { if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') {
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}); this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',});
} else { } else {
@ -3011,6 +3009,8 @@ export default {
name: `sampleManagement-technicalSpecificationList`, name: `sampleManagement-technicalSpecificationList`,
params: {nowCodeNo: data.rows[0].nowBm}, params: {nowCodeNo: data.rows[0].nowBm},
}) })
this.visibleD = false
this.visible = false
} else { } else {
} }

Loading…
Cancel
Save