@@ -204,13 +204,12 @@
},
methods: {
onClose() {
- console.log(this.$route.query.zyh)
this.$emit('close')
// 获取详情
getData() {
const params = {
- ZYH: this.data.zyh
+ ZYH: this.$route.query.zyh
}
this.$axios.post('/bmy/qualityResult', params).then(res => {
this.controls = res.data