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