lvhao hace 13 horas
padre
commit
53460f84eb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      template/erp/workshopshow_xdshow.html

+ 2 - 2
template/erp/workshopshow_xdshow.html

@@ -754,14 +754,14 @@ h2 {
     }
     function getOrderList(that){
         let type = $(that).data("type");
-        alert(page)
+
         if(type == 1){
             let tmp_page = page - 1;
             if(tmp_page <= 0){
                 layx.msg('已经是第一页了',{dialogIcon:'warn', position:'cc'});
                 return;
             }
-            page = tmp_page;
+           
 
         }else{