|
@@ -2119,6 +2119,7 @@ $(function () {
|
|
|
let year = $(this).val();
|
|
|
let month = $("#info_month").val();
|
|
|
let options = periodMap[year];
|
|
|
+ if (year == "") return projectGljObject.searchInfoPrice(); //为空的时候清空显示
|
|
|
projectGljObject.createSelectOptions($("#info_month"), periodMap[year]);
|
|
|
if (month != "") {
|
|
|
if (_.includes(options, month)) {
|