|
|
@ -423,6 +423,7 @@ export default { |
|
|
|
}}).then(data => { |
|
|
|
const detail = data.data.data |
|
|
|
this.confirmData.eyeType = detail.eyeType |
|
|
|
this.confirmData.frequency = detail.frequency |
|
|
|
const bnzList = detail.bnz && detail.bnz.split('/') || [] |
|
|
|
const qgyList = detail.qgy && detail.qgy.split('/') || [] |
|
|
|
const ydbList = detail.ydb && detail.ydb.split('/') || [] |
|
|
|