Commit 0a033a7c authored by 陆正友's avatar 陆正友

农行提示描述调整

parent 7117cfc1
...@@ -239,10 +239,11 @@ ...@@ -239,10 +239,11 @@
url: $(ocr_query_link ).getUrl(), url: $(ocr_query_link ).getUrl(),
success: function(res) { success: function(res) {
Leaf.Masker.unmask(Ext.getBody()); Leaf.Masker.unmask(Ext.getBody());
Leaf.SideBar.show({ // Leaf.SideBar.show({
msg:'获取数据'+res.result.page_number+'页'+'共'+res.result.total+'条', // msg:'获取数据'+res.result.page_number+'页'+'共'+res.result.total+'条',
duration: 10000 // duration: 10000
}) // })
Leaf.showMessage('提示', '获取数据'+res.result.page_number+'页'+'共'+res.result.total+'条');
$("OcrQueryDs").query(); $("OcrQueryDs").query();
}, },
failure: function() { failure: function() {
......
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