From 492f744d9d84289e27b2ddac9a9b4a2137fd11d6 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 07 八月 2023 11:25:24 +0800
Subject: [PATCH] slefreview
---
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