Ver Fonte

注释修改

GouGengquan há 6 meses atrás
pai
commit
ed6c833af0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/income/assets/market.vue

+ 2 - 1
src/views/income/assets/market.vue

@@ -275,7 +275,8 @@ export default {
       })
     },
     openDeclareDialog(row) {
-      if (row.delivery || new Date(row.orderCreated) < new Date('2025-01-01')) {
+      // if (row.delivery || new Date(row.orderCreated) < new Date('2025-01-01')) {
+      if (row.delivery) {
         this.getSimpleAllUser();
         this.declareDialog = true;
         this.declareForm.orderId = row.orderId;