diff --git a/src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue b/src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue index b633fdb26..7dd585274 100644 --- a/src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue @@ -197,6 +197,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => if(formField === 'costCenterCode'){ setV['costcentreCode'] = val[0]['costcentreCode'] setV['costCenterType'] = val[0]['costcentreType'] + setV['reasonCodeRequisition'] = '' + setV['projectCode'] = '' } if(formField === 'reasonCodeRequisition'){ setV['reasonCodeRequisition'] = val[0]['code']