浏览代码

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

xian 6 年之前
父节点
当前提交
fe6ec831cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/order_list.ftl

+ 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;
            }