|
|
@ -307,6 +307,24 @@ export default { |
|
|
|
if (isreload === 'true') this.$emit('reloadlist') |
|
|
|
// 表单数据 |
|
|
|
this.$refs['form_obj'].resetFields() |
|
|
|
this.formobj = { |
|
|
|
sid: '', |
|
|
|
vinNo: '', |
|
|
|
mainSid: '', |
|
|
|
location: '', |
|
|
|
locationSid: '', |
|
|
|
lastData: '', |
|
|
|
lastName: '', |
|
|
|
inventoryName: '', |
|
|
|
inventorySid: '', |
|
|
|
InventoryState: '', |
|
|
|
InventoryStateKey: '', |
|
|
|
remarks: '', |
|
|
|
loginName: '', |
|
|
|
loginSid: '', |
|
|
|
newAdd: '', |
|
|
|
images: [] |
|
|
|
} |
|
|
|
this.recipientList = [] |
|
|
|
this.listQuery.params.vinNo = '' |
|
|
|
this.listQuery.params.locationSid = '' |
|
|
|