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';