123
chenjingwu
2024-04-22 20fc28a1750c693ed9ba9ab3f7a41eba1538e1ee
force-app/main/default/lwc/improvedForecastTime/improvedForecastTime.js
@@ -280,6 +280,7 @@
                    this.dispatchEvent(closeEvent);
                }else{
                    this.showToast(response,"error");
                    this.IsLoading = false;
                }
            });
        }