Commit a5cbee7f authored by 陆正友's avatar 陆正友

农行提示描述调整

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