feat: identifyNuclides改成逗号分隔字符串
This commit is contained in:
parent
80b35bef86
commit
f60513d23d
|
@ -675,7 +675,7 @@ export default {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
const { station, nuclide, qualifier, condition } = this.formVal
|
const { station, nuclide, qualifier, condition, identifyNuclides } = this.formVal
|
||||||
const params = {
|
const params = {
|
||||||
...this.formVal,
|
...this.formVal,
|
||||||
nuclide: undefined,
|
nuclide: undefined,
|
||||||
|
@ -685,6 +685,7 @@ export default {
|
||||||
conditions: condition,
|
conditions: condition,
|
||||||
stations: station.join(','),
|
stations: station.join(','),
|
||||||
nuclides: nuclide.join(','),
|
nuclides: nuclide.join(','),
|
||||||
|
identifyNuclides: identifyNuclides.join(','),
|
||||||
...qcFlags,
|
...qcFlags,
|
||||||
}
|
}
|
||||||
if (this.isAdd) {
|
if (this.isAdd) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user