15102826049 hace 1 semana
padre
commit
eba9ab7573
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 1 1
      src/hooks/useDraw.ts
  2. 0 2
      src/pagesOne/record/claimList.vue

+ 1 - 1
src/hooks/useDraw.ts

@@ -54,7 +54,7 @@ export function useDraw(props?: any, emit?: any) {
                 });
               } else if (type === "4") {
                 uni.reLaunch({
-                  url: "/pagesOne/record/claimList",
+                  url: "/pagesOne/record/claimList?type=list",
                 });
               } else {
                 handleClose();

+ 0 - 2
src/pagesOne/record/claimList.vue

@@ -83,8 +83,6 @@ const getList = (type?: string) => {
         paymentBillImageArr: item.paymentBillImage.split(","),
       };
     });
-    console.log("----------------------------", list.value);
-
     // isRefresh.value = false;
   });
 };