beta rlr 弹窗导出调整

This commit is contained in:
任珮宇 2023-09-13 19:30:38 +08:00
parent e4732fbb55
commit a289c1de9c

View File

@ -116,7 +116,7 @@ export default {
}, },
mounted() { mounted() {
console.log('this.sampleData23334', this.sampleData) console.log('this.sampleData23334', this.sampleData)
this.getInfo() // this.getInfo()
}, },
methods: { methods: {
beforeModalOpen() { beforeModalOpen() {
@ -153,31 +153,24 @@ export default {
} }
}, },
getNewVal_generalInfo(val) { getNewVal_generalInfo(val) {
console.log('新的val', val)
this.newDetail = val this.newDetail = val
}, },
getNewVal_transInfo(val) { getNewVal_transInfo(val) {
console.log('新的val', val)
this.transInfo = val this.transInfo = val
}, },
getNewVal_analysisResults(val) { getNewVal_analysisResults(val) {
console.log('新的val', val)
this.newDetail = val this.newDetail = val
}, },
getNewVal_nuclidesList(val) { getNewVal_nuclidesList(val) {
console.log('新的val', val)
this.nuclidesList = val this.nuclidesList = val
}, },
getNewVal_rationsList(val) { getNewVal_rationsList(val) {
console.log('新的val', val)
this.rationsList = val this.rationsList = val
}, },
getNewVal_methodsInfo(val) { getNewVal_methodsInfo(val) {
console.log('新的val', val)
this.methodsInfo = val this.methodsInfo = val
}, },
getNewVal_addInfo(val) { getNewVal_addInfo(val) {
console.log('新的val', val)
this.addInfo = val this.addInfo = val
}, },