|
|
@@ -2879,9 +2879,6 @@ const getJYXDetail = (row: any) => {
|
|
|
}
|
|
|
const handleDrivingClose = (data: any) => {
|
|
|
if (data && data.list.length > 0) {
|
|
|
- data.list.forEach((a: any) => {
|
|
|
- a.quantity = 1
|
|
|
- })
|
|
|
const quoteItem = quoteData.value[drivingRow.value]
|
|
|
if (quoteItem && quoteItem.projectList && quoteItem.productIndex !== undefined) {
|
|
|
const project = quoteItem.projectList[quoteItem.productIndex]
|