已经分析好几次了,分析进度上面部分 calibrationUpdates 应该没有了
This commit is contained in:
parent
e7f4656fef
commit
46d433f803
|
@ -92,6 +92,15 @@ export default {
|
|||
newCheckBoxFlag: {
|
||||
handler(val) {
|
||||
console.log('flag', val)
|
||||
if (bAnalyed) {
|
||||
this.calibrationUpdatesFlag = false
|
||||
this.status_peak = 1
|
||||
this.status_base = 2
|
||||
this.status_net = 2
|
||||
this.status_nucl = 2
|
||||
this.status_acti = 2
|
||||
this.status_qc = 2
|
||||
} else {
|
||||
if (val === '0') {
|
||||
this.calibrationUpdatesFlag = false
|
||||
this.status_peak = 1
|
||||
|
@ -123,6 +132,7 @@ export default {
|
|||
this.status_acti = 2
|
||||
this.status_qc = 2
|
||||
}
|
||||
}
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user