Commit 5773c192 authored by 高宇's avatar 高宇

1.优化代码

parent 823588b1
...@@ -2986,7 +2986,16 @@ export default { ...@@ -2986,7 +2986,16 @@ export default {
from2: this.inspectJbAl2o3List, from2: this.inspectJbAl2o3List,
recode1: this.inspectJbAl2o3List.recode1, recode1: this.inspectJbAl2o3List.recode1,
recode2: this.inspectJbAl2o3List.recode2, recode2: this.inspectJbAl2o3List.recode2,
recode3: this.inspectJbAl2o3List.recode3 recode3: this.inspectJbAl2o3List.recode3,
discrepancyRecordTwoList: this.discrepancyRecordTwoList,
twoRecordOneFirstResult: this.twoRecordOneFirstResult,
averageRecordTwo: this.averageRecordTwo,
twoRecordsecondResult: this.twoRecordsecondResult,
discrepancyRecordOneList: this.discrepancyRecordOneList,
oneRecordOneFirstResult: this.oneRecordOneFirstResult,
averageRecordOne: this.averageRecordOne,
oneRecordsecondResult: this.oneRecordsecondResult,
tabfourForm: this.tabfourForm
} }
this.$store.dispatch('searchSave/searchParamsSet', { this.$store.dispatch('searchSave/searchParamsSet', {
path: this.$route.path, path: this.$route.path,
...@@ -4336,6 +4345,15 @@ export default { ...@@ -4336,6 +4345,15 @@ export default {
this.inspectJbAl2o3List.recode2 = obj.recode2 this.inspectJbAl2o3List.recode2 = obj.recode2
this.inspectJbAl2o3List.recode3 = obj.recode3 this.inspectJbAl2o3List.recode3 = obj.recode3
this.controlsForm = obj.from3 this.controlsForm = obj.from3
this.tabfourForm = obj.tabfourForm
this.oneRecordsecondResult = obj.oneRecordsecondResult
this.averageRecordOne = obj.averageRecordOne
this.oneRecordOneFirstResult = obj.oneRecordOneFirstResult
this.discrepancyRecordOneList = obj.discrepancyRecordOneList
this.twoRecordsecondResult = obj.twoRecordsecondResult
this.averageRecordTwo = obj.averageRecordTwo
this.twoRecordOneFirstResult = obj.twoRecordOneFirstResult
this.discrepancyRecordTwoList = obj.discrepancyRecordTwoList
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment