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