Skip to content

Commit

Permalink
查询条件绑定默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
liukuo362573 committed Feb 10, 2022
1 parent 025b062 commit 17fd7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YiSha.Web/YiSha.Admin.Web/wwwroot/yisha/js/yisha-plugin.js
Expand Up @@ -316,7 +316,7 @@
$("#" + targetId).find(".select2-container").width(280);
}
if (setting.default != undefined) {
if (setting.default != undefined && setting.class) {
target.ysComboBox("setValue", setting.default);
}
}
Expand Down

0 comments on commit 17fd7eb

Please sign in to comment.