Skip to content

Commit

Permalink
修复高级查询添加条件错误
Browse files Browse the repository at this point in the history
  • Loading branch information
weichaoduo committed Apr 4, 2020
1 parent 1caec44 commit 195165d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/view/twig/issue/list_adv_query.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ function deleteAdvQuery(index) {
IssueAdvQuery.prototype.renderAdvQuery(adv_details);
}
window.$IssueAdvQuery = new IssueAdvQuery(_issueConfig);
$(function () {
window.$IssueAdvQuery = new IssueAdvQuery(_issueConfig);
// 高级搜索字段修改
$(document).on("change", "#adv_field", function () {
var $selected = $('#adv_field option:selected');
Expand Down

0 comments on commit 195165d

Please sign in to comment.