|
@@ -572,6 +572,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
async _doGatherStageData(memFieldKeys, gsDefine, gsCustom) {
|
|
|
+ if (this.resultTree || this.resultPos) return;
|
|
|
if (!gsDefine || !gsDefine.enable) return;
|
|
|
if (!gsCustom || !gsCustom.tenders || gsCustom.tenders.length === 0) return;
|
|
|
|