|
|
@@ -187,9 +187,9 @@ export default {
|
|
|
return item.id;
|
|
|
}) || [];
|
|
|
delete decoration.vendorHotProduct;
|
|
|
- if (buyersInfo.businessLicensePeriod) {
|
|
|
- buyersInfo.businessLicensePeriod = format(buyersInfo.businessLicensePeriod, 'yyyy-MM-dd HH:mm:ss');
|
|
|
- }
|
|
|
+ // if (buyersInfo.businessLicensePeriod) {
|
|
|
+ // buyersInfo.businessLicensePeriod = format(buyersInfo.businessLicensePeriod, 'yyyy-MM-dd HH:mm:ss');
|
|
|
+ // }
|
|
|
if (buyersInfo.noLimit) {
|
|
|
buyersInfo.businessLicensePeriod = '';
|
|
|
}
|