Explorar el Código

【添加客诉】-【添加订单】对产品增加搜索功能

xian hace 6 años
padre
commit
fe6ec831cb

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/order_list.ftl

@@ -454,7 +454,7 @@
 
         $("#search-product-name-btn").click(function() {
            var name = $("#search-product-name-input").val();
-           var trs = $("#addProduct").find("tr");
+           var trs = $("#addProduct").children("tr");
            if (trs == null || trs.length <= 0) {
                return;
            }