zq-erp/src/main/resources/static/js/systools/AjaxProxyVue.js
@@ -240,7 +240,16 @@ return root.children; }, /** json对象转Url参数**/ jsonToUrlParam:function(obj){ let str=""; for(item in obj){ if(obj[item]){ str+=item+"="+obj[item]+"&" } } return str; }