|
|
@ -166,7 +166,7 @@ const [registerTable, { reload, setLoading, getForm, getSelectRows, setProps, se
|
|
|
|
})
|
|
|
|
})
|
|
|
|
arr.splice(i, 1)
|
|
|
|
arr.splice(i, 1)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if( arr[i].bookingSlotSaleInfoList.length == 1){
|
|
|
|
if (arr[i].bookingSlotSaleInfoList && arr[i].bookingSlotSaleInfoList.length == 1) {
|
|
|
|
arr[i].op = arr[i].bookingSlotSaleInfoList[0].op
|
|
|
|
arr[i].op = arr[i].bookingSlotSaleInfoList[0].op
|
|
|
|
arr[i].customername = arr[i].bookingSlotSaleInfoList[0].customername
|
|
|
|
arr[i].customername = arr[i].bookingSlotSaleInfoList[0].customername
|
|
|
|
arr[i].custservice = arr[i].bookingSlotSaleInfoList[0].custservice
|
|
|
|
arr[i].custservice = arr[i].bookingSlotSaleInfoList[0].custservice
|
|
|
|