|
@ -136,6 +136,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
str = str.substring(0, str.length - 1) |
|
|
str = str.substring(0, str.length - 1) |
|
|
row['itemNumbers1'] = str |
|
|
row['itemNumbers1'] = str |
|
|
row['itemNumbers'] = val |
|
|
row['itemNumbers'] = val |
|
|
|
|
|
console.log(row) |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
// const setV = {} |
|
|
// const setV = {} |
|
@ -376,7 +377,7 @@ const submitForm = async (formType, data) => { |
|
|
return { |
|
|
return { |
|
|
describes: item.describes, |
|
|
describes: item.describes, |
|
|
describes1: item.describes1, |
|
|
describes1: item.describes1, |
|
|
itemNumbers: item.itemNumbers1, |
|
|
itemNumbers: item.itemNumbers, |
|
|
maintenances: item.maintenances.join(','), |
|
|
maintenances: item.maintenances.join(','), |
|
|
workOut: item.workOut, |
|
|
workOut: item.workOut, |
|
|
} |
|
|
} |
|
|