unknown
2023-04-18 b04241c455dfc6d01265ba9cc7ed42abd27a3015
force-app/main/default/lwc/lexOCSMNoToReportForReport/lexOCSMNoToReportForReport.js
@@ -4,7 +4,7 @@
 * @Author: chen jing wu
 * @Date: 2023-03-28 15:59:44
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-04-11 09:08:30
 * @LastEditTime: 2023-04-11 11:24:51
 */
import { api, wire,LightningElement } from 'lwc';
import { CurrentPageReference } from "lightning/navigation";
@@ -82,9 +82,13 @@
           updateForOCSMNoToReportButton({
                recordId: this.recordId
           }).then(result=>{
            if(result){
                this.showToast(result,"error");
            }else{
                this.showToast("OCSM不要报告成功","success");
                this.updateRecordView(this.recordId);
                this.IsLoading = false;
            }
                this.dispatchEvent(new CloseActionScreenEvent());
           });
        }else{