【前端数据收不到】failed to load response data:Request content was evicted from inspector cache

failed to load response data:Request content was evicted from inspector cache

【前端数据收不到】failed to load response data:Request content was evicted from inspector cache_第1张图片
数据量太多大于5MB

网上有改firefox浏览器可以解决的
chrome浏览器的找了半天没找到解决之法

根本上解决数据多的问题

这边用的是jeeg-boot脚手架

/jeecg-boot/sys/dict/getDictItems/xxx 
将原来方法修改为带有搜索的
/jeecg-boot/sys/dict/loadDict/xxx  加上param传参keyword

遇到了多源数据库的问题
【前端数据收不到】failed to load response data:Request content was evicted from inspector cache_第2张图片
这些位置加上指定数据源的注解。如果有多个数据源需要用到,需要自己写方法判断逻辑

你可能感兴趣的:(前端)