lxf hace 1 año
padre
commit
0b5429fe20
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      src/components/PDF/contractPDF.vue

+ 0 - 6
src/components/PDF/contractPDF.vue

@@ -222,15 +222,9 @@ const statisticsTwo = (label, index) => {
   }
   return num;
 };
-
-const productUnit = ref([]);
-const tradeMethods = ref([]);
-const shippingMethod = ref([]);
-
 const productUnit = ref([]);
 const tradeMethods = ref([]);
 const shippingMethod = ref([]);
-
 const getDict = () => {
   proxy.getDictOne(["trade_mode", "shipping_method", "unit"]).then((res) => {
     tradeMethods.value = res["trade_mode"].map((x) => ({