Commit c11771e6 authored by wangdanlei's avatar wangdanlei Committed by jingnan

领用明细导入代码报错修改

parent f4f8a671
......@@ -356,7 +356,7 @@ export default {
this.basicForm = {
...this.form,
aircraftType: this.form.aircraftType.split('+')[1],
sorties: this.form.sorties.split('+')[1],
sorties: this.form.sorties ? this.form.sorties.split('+')[1] : '',
subTypeName: 'OutStorageUse',
typeName: this.basicData.useRequestType
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment