@@ -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 = [];