MaiXinRong 3 years atrás
parent
commit
88428e813e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/public/report/js/rpt_custom.js

+ 2 - 0
app/public/report/js/rpt_custom.js

@@ -636,6 +636,8 @@ const rptCustomObj = (function () {
         if (data[sChangeSelect].length === 0) {
         if (data[sChangeSelect].length === 0) {
             hintObj.html('请至少选择一条变更令').show();
             hintObj.html('请至少选择一条变更令').show();
             return;
             return;
+        } else {
+            hintObj.hide();
         }
         }
         if (resolve) {
         if (resolve) {
             resolve(data);
             resolve(data);