Commit 1e6eafc7 authored by tianyiming's avatar tianyiming

feat(core): 设备高级筛选中的技术参数添加返回请求方式参数

parent 03fd4773
......@@ -81,6 +81,7 @@ public enum EquipAdvanceSearchEnum {
}
if ("技术参数".equals(item.name)){
jsonObject.put("type","select2");
jsonObject.put("method","POST");
}
jsonObject.put("conditions",ConditionEnum.getByCode(item.paramType));
jsonObject.put("url", item.url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment