From 890eafcf31f5f8d519bb9e6f9c15303be5328e2d Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 07 八月 2023 10:48:54 +0800
Subject: [PATCH] review

---
 force-app/main/default/lwc/lexNewOPDButtonOpportunity/lexNewOPDButtonOpportunity.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/lwc/lexNewOPDButtonOpportunity/lexNewOPDButtonOpportunity.js b/force-app/main/default/lwc/lexNewOPDButtonOpportunity/lexNewOPDButtonOpportunity.js
index fac96cc..4203a64 100644
--- a/force-app/main/default/lwc/lexNewOPDButtonOpportunity/lexNewOPDButtonOpportunity.js
+++ b/force-app/main/default/lwc/lexNewOPDButtonOpportunity/lexNewOPDButtonOpportunity.js
@@ -7,7 +7,7 @@
 const event1 = new ShowToastEvent({
 	            	message:
 	                "璇环鐘舵�佷负锛氬け鍗曘�佸彇娑堛�佹敞娈嬨�佸彂璐с�佸畬姣曪紝涓嶅厑璁稿垱寤篛PD璁″垝",
-	                variant : "warning" 
+	                variant : "error" 
 });
 import init  from '@salesforce/apex/LexOPDSupplementaryController.initNewOPDButton2';
 export default class lexNewOPDButtonOpportunity extends NavigationMixin(LightningElement) {
@@ -30,7 +30,6 @@
 	connectedCallback(){
 		init({recordId:this.recordId}).then(res=>{
 			if (res!=null) {
-				console.log(res);
 				this.Opportunity=res;
 				this.newOPDButtonOpportunity().then(res=>{
 					this.IsLoading=false;

--
Gitblit v1.9.1