Commit 3f92e64d authored by youxiaoji's avatar youxiaoji

* [表单提交后清空动态表单信息]

parent 5b816e94
...@@ -29,6 +29,9 @@ public class InfoCollectorService { ...@@ -29,6 +29,9 @@ public class InfoCollectorService {
public JSONArray getInfo(String pageId) { public JSONArray getInfo(String pageId) {
return infos.get(pageId); return infos.get(pageId);
} }
public void clearInfo(String pageId){
infos.remove(pageId);
}
public void saveValue(String key, Object value) { public void saveValue(String key, Object value) {
log.info("key {} value {}", key, value); log.info("key {} value {}", key, value);
......
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