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