Forráskód Böngészése

切换类型时归档按钮要根据实际情况确定是否disabled

Tony Kang 10 hónapja
szülő
commit
1fc15e3b48
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/view/report/index.ejs

+ 1 - 0
app/view/report/index.ejs

@@ -870,6 +870,7 @@
         // });
         }
         if (current_advance_id > 0) {
+            rptArchiveObj.toggleBtn(false);
             getReportArchive();
         }
     }