MaiXinRong 3 سال پیش
والد
کامیت
88428e813e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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) {
             hintObj.html('请至少选择一条变更令').show();
             return;
+        } else {
+            hintObj.hide();
         }
         if (resolve) {
             resolve(data);