fix: 修复Analysis Settings 部分值未保存的问题
This commit is contained in:
parent
0a021a3c53
commit
4a17c09ddd
|
@ -43,10 +43,10 @@
|
||||||
<a-input v-model="model.edit_cal_high" disabled></a-input>
|
<a-input v-model="model.edit_cal_high" disabled></a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
<a-form-model-item>
|
<a-form-model-item>
|
||||||
<a-checkbox v-model="model.checkBox_updateCal" disabled> Update Calibration </a-checkbox>
|
<a-checkbox v-model="model.checkBox_updateCal"> Update Calibration </a-checkbox>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
<a-form-model-item>
|
<a-form-model-item>
|
||||||
<a-checkbox v-model="model.checkBox_keepPeak" disabled> Keep Calibration Peak Search Peaks </a-checkbox>
|
<a-checkbox v-model="model.checkBox_keepPeak"> Keep Calibration Peak Search Peaks </a-checkbox>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-form-model>
|
</a-form-model>
|
||||||
</title-over-border>
|
</title-over-border>
|
||||||
|
@ -175,6 +175,8 @@ export default {
|
||||||
edit_riskLevelK,
|
edit_riskLevelK,
|
||||||
dateTime_Act,
|
dateTime_Act,
|
||||||
dateTime_Conc,
|
dateTime_Conc,
|
||||||
|
checkBox_updateCal,
|
||||||
|
checkBox_keepPeak,
|
||||||
} = this.model
|
} = this.model
|
||||||
|
|
||||||
const param = {
|
const param = {
|
||||||
|
@ -192,6 +194,8 @@ export default {
|
||||||
riskLevelK: edit_riskLevelK,
|
riskLevelK: edit_riskLevelK,
|
||||||
refTime_act: dateTime_Act,
|
refTime_act: dateTime_Act,
|
||||||
refTime_conc: dateTime_Conc,
|
refTime_conc: dateTime_Conc,
|
||||||
|
updateCalibration: checkBox_updateCal,
|
||||||
|
keepCalPeakSearchPeaks: checkBox_keepPeak,
|
||||||
}
|
}
|
||||||
|
|
||||||
const { success, message } = await postAction('/gamma/configureSave', param)
|
const { success, message } = await postAction('/gamma/configureSave', param)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user