lvhao 14 ore fa
parent
commit
1ca29b6345
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      template/erp/workshopshow_xdshow.html

+ 1 - 2
template/erp/workshopshow_xdshow.html

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