Browse Source

Merge branch 'dev' of xiongzhu/imt into master

panhui 5 years ago
parent
commit
608938be7c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/pc/src/views/vendor/DecorateShop.vue

+ 3 - 3
src/main/pc/src/views/vendor/DecorateShop.vue

@@ -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 = '';
             }