Skip to content

Commit

Permalink
Merge pull request #23 from YaoZihuan/master
Browse files Browse the repository at this point in the history
修复搜索模块中Show按钮弹出框点击过一次确定后,再点取消后还会出现数据问题
  • Loading branch information
gsh199449 committed Mar 9, 2017
2 parents 1017aa1 + 4eae7f1 commit 83b3580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/js/my.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function rpc(url, pram, callback) {
$.getJSON(url, pram, callback);
}
});
needShowResultModel = false;
$('#confirmModal').modal('show');
}
function rpcAndShowData(url, pram) {
Expand Down

0 comments on commit 83b3580

Please sign in to comment.