MaiXinRong 2 年之前
父节点
当前提交
5e8727b728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/file_detail.js

+ 1 - 1
app/public/js/file_detail.js

@@ -718,7 +718,7 @@ $(document).ready(function() {
         async _loadStageFile() {
             const rfType = this.rfType;
             const stage = this.curTender.source_node.stage.find(x => {
-                return x.id === rfType.stage;
+                return x.id == rfType.stage;
             });
             if (!stage) {
                 this.curFiles = [];