MaiXinRong 2 éve
szülő
commit
5e8727b728
1 módosított fájl, 1 hozzáadás és 1 törlés
  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() {
         async _loadStageFile() {
             const rfType = this.rfType;
             const rfType = this.rfType;
             const stage = this.curTender.source_node.stage.find(x => {
             const stage = this.curTender.source_node.stage.find(x => {
-                return x.id === rfType.stage;
+                return x.id == rfType.stage;
             });
             });
             if (!stage) {
             if (!stage) {
                 this.curFiles = [];
                 this.curFiles = [];