Browse Source

2024-11-06

master
fengyuan_yang 1 year ago
parent
commit
adcf0c5da4
  1. 2
      src/views/modules/changeManagement/changeRecord.vue

2
src/views/modules/changeManagement/changeRecord.vue

@ -4158,7 +4158,7 @@
if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') {
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',})
} else {
this.$router.push({name:`sampleManagement-technicalSpecificationList`,params:{codeNo:row.codeNo},})
this.$router.push({name:`sampleManagement-technicalSpecificationList`,params:{nowCodeNo:row.codeNo},})
}
},

Loading…
Cancel
Save