浏览代码

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

Tony Kang 10 月之前
父节点
当前提交
1fc15e3b48
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
         }
     }