lvhao 8 시간 전
부모
커밋
8db641e091
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/erp/workshopshow_xdshow.html

+ 1 - 1
template/erp/workshopshow_xdshow.html

@@ -733,6 +733,7 @@ h2 {
     function mgbhorders(type = 0){
         $.post("/workshopshow/mgbhorders",{page:page},function(res){
             if(res.code == 1){
+                alert(type)
                 if(type == 1){
                     page = page -1;
                 }else{
@@ -754,7 +755,6 @@ h2 {
     }
     function getOrderList(that){
         let type = $(that).data("type");
-
         if(type == 1){
             let tmp_page = page - 1;
             if(tmp_page <= 0){