已经分析好几次了,分析进度上面部分 calibrationUpdates 应该没有了

This commit is contained in:
任珮宇 2023-11-15 16:36:45 +08:00
parent e7f4656fef
commit 46d433f803

View File

@ -92,6 +92,15 @@ export default {
newCheckBoxFlag: { newCheckBoxFlag: {
handler(val) { handler(val) {
console.log('flag', 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') { if (val === '0') {
this.calibrationUpdatesFlag = false this.calibrationUpdatesFlag = false
this.status_peak = 1 this.status_peak = 1
@ -123,6 +132,7 @@ export default {
this.status_acti = 2 this.status_acti = 2
this.status_qc = 2 this.status_qc = 2
} }
}
}, },
immediate: true, immediate: true,
}, },