From f66abb6dad1b8caa18aca9d65dceb34a34c022b6 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期五, 11 八月 2023 11:42:16 +0800
Subject: [PATCH] review
---
force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.js b/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.js
index 3daaf6e..f8b55da 100644
--- a/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.js
+++ b/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';
--
Gitblit v1.9.1