KKbes
2023-08-07 cbb20845dfa7138819ba7ef1e95a56ce5bdcfcbc
force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.js
@@ -7,9 +7,9 @@
import { CloseActionScreenEvent } from 'lightning/actions';
  const event = new ShowToastEvent({
            title: '意向已结束',
            message:
                '意向已结束不能做报价委托',
            variant : 'error'
        });
import init  from '@salesforce/apex/LexLeadRequestController.init';