Ver código fonte

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

Tony Kang 10 meses atrás
pai
commit
1fc15e3b48
1 arquivos alterados com 1 adições e 0 exclusões
  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();
         }
     }