YL
2021-10-20 f46ee25f93e2ce8b080f3b1407a23946cad8cf69
WebTM/views/PublicPage/SupplierInformation.html
@@ -88,7 +88,7 @@
                , util = layui.util
                , tree = layui.tree
            var sWhere = " where HStopFlag=0 and HEndFlag<>'1' and HUSEORGID = " + sessionStorage["OrganizationID"] + " "; //树型
            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + sessionStorage["OrganizationID"] + " ";  //列表
            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = 1 ";  //列表
            //tree.render({
            //    elem: '#treeSupplier',