yuliang 5 years ago
parent
commit
ef119ecb72
1 changed files with 2 additions and 16 deletions
  1. 2 16
      whepi-ui/templates/yeweihui/home.ftl

+ 2 - 16
whepi-ui/templates/yeweihui/home.ftl

@@ -81,22 +81,8 @@
                 $("#exportRiBao").attr('href', "/yeweihui/exportRiBao?userId=" + $('#userId').val() + "&date=" + reportDate);
                 console.log(reportDate);
                 $("#exportRiBaoLink").val(window.location.hostname + "/yeweihui/exportRiBao?userId=" + $('#userId').val() + "&date=" + reportDate);
-                var userId = $("#userId").val();
-                $.ajax({
-                    url: '/yeweihui/ribaohuiz',
-                    data: {
-                        "userCreate": userId,
-                        "reportDate": reportDate,
-                    },
-                    type: 'GET',
-                    success: function (data) {
-                        // $('#ribao_famliy').empty();
-                        for (var i = 0; i < data.data.length; i++) {
-                            var v = data.data[i];
-                            var t1 = $('<td align="center">' + v.num + '</td>');
-                            $("#huiz").append(t1);
-                        }
-                    },
+
+
             }
         });