fix: 修复qc flags中某些数组类型的值的转换问题
This commit is contained in:
parent
86f4e61f9b
commit
1417c101bf
|
@ -570,10 +570,19 @@ export default {
|
|||
stationChecked,
|
||||
nuclidesChecked,
|
||||
identifyNuclidesChecked,
|
||||
|
||||
acqTime,
|
||||
colTime,
|
||||
xe133MDC,
|
||||
} = result
|
||||
|
||||
this.formVal = {
|
||||
...result,
|
||||
|
||||
acqTime: acqTime ? (acqTime.length > 1 ? acqTime : acqTime[0]) : null,
|
||||
colTime: colTime ? (colTime.length > 1 ? colTime : colTime[0]) : null,
|
||||
xe133MDC: xe133MDC ? (xe133MDC.length > 1 ? xe133MDC : xe133MDC[0]) : null,
|
||||
|
||||
identifyNuclides: identifyNuclidesChecked,
|
||||
station: stationChecked,
|
||||
nuclide: nuclidesChecked,
|
||||
|
|
Loading…
Reference in New Issue
Block a user