Browse Source

信息价问题

zhangweicheng 4 years ago
parent
commit
db5a32896d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/building_saas/main/js/views/project_glj_view.js

+ 1 - 0
web/building_saas/main/js/views/project_glj_view.js

@@ -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)) {