当前位置:网站首页>easyui dialog“缓存问题”
easyui dialog“缓存问题”
2020-11-07 20:56:00 【西门呀在吹雪】
</pre><pre name="code" class="html">var _url="addCheckIndexa.action?eval.id=-1&temp="+$('#indexId').val(); $("#editCheckIndex").dialog({ title:"新增指标", cache:false, href:_url, resizable: true, height: 400, width: 1100, modal: true }); $('#editCheckIndex').dialog('open');
easyUI dialog的href动态加载的时候,弹出的dialog老是显示上一次打开的dialog页面。解决办法在open后加上一句
</pre><pre name="code" class="html">$('#editCheckIndex').dialog('open').dialog('refresh', _url);
ps:临时解决办法是这样,原因是因为啥子呢?别的项目中也没有加这句话就没有这个问题。
本文参与腾讯云自媒体分享计划,欢迎正在阅读的你也加入,一起分享。
版权声明
本文为[西门呀在吹雪]所创,转载请带上原文链接,感谢
https://cloud.tencent.com/developer/article/1744583
边栏推荐
- The samesite problem of cross domain cookie of Chrome browser results in abnormal access to iframe embedded pages
- Didi's distributed ID generator (tinyid), easy to use
- What should be considered in the promotion plan outside the station?
- Principles of websocket + probuf
- [random talk] the goal and way of software design
- 使用“1”个参数调用“DownloadString”时发生异常:“操作超时”
- How to learn technology efficiently
- A detailed explanation of microservice architecture
- 30岁后,你还剩下什么?
- C语言Ⅰ博客作业03
猜你喜欢
ajax 载入html后不能执行其中的js解决方法
高级并发编程系列九(Lock接口分析)
年薪90万程序员不如月入3800公务员?安稳与高收入,到底如何选择?
不懂数据库索引的底层原理?那是因为你心里没点b树
Business Facade 与 Business Rule
What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?
websocket+probuf.原理篇
MongoDB下,启动服务时,出现“服务没有响应控制功能”解决方法
使用 Xunit.DependencyInjection 改造测试项目
Three steps, one pit, five steps and one thunder, how to lead the technical team under the rapid growth?
随机推荐
Technical debt is a lack of real understanding of business functions- daverupert.com
graph generation model
聊一聊数据库中的锁
[random talk] the goal and way of software design
CPU瞒着内存竟干出这种事
[original] the influence of arm platform memory and cache on the real-time performance of xenomai
After pulling four message queues into a group, they quarreled
盘点那些争议最大的编程观点,你是什么看法呢?
C language I blog assignment 03
What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?
Implementation of Caesar cipher
DOM node operation
工作1-3年的程序员,应该具备怎么样的技术能力?该如何提升?
Using pipe() to improve code readability in pandas
go wire 依赖注入入门
技术总监7年自述——如何选择一家好公司
分享几个我日常使用的VS Code插件
awk实现类sql的join操作
Exception calling 'downloadstring' with '1' arguments: 'operation timed out'
[C + + learning notes] how about the simple use of the C + + standard library STD:: thread?