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/lexNewOPDButtonAccount/lexNewOPDButtonAccount.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/lwc/lexNewOPDButtonAccount/lexNewOPDButtonAccount.js b/force-app/main/default/lwc/lexNewOPDButtonAccount/lexNewOPDButtonAccount.js
index de32fcf..17bf0c0 100644
--- a/force-app/main/default/lwc/lexNewOPDButtonAccount/lexNewOPDButtonAccount.js
+++ b/force-app/main/default/lwc/lexNewOPDButtonAccount/lexNewOPDButtonAccount.js
@@ -7,7 +7,7 @@
 const event1 = new ShowToastEvent({
 	            	message:
 	                "绉戝鐘舵�佷负鏃犳晥锛屼笉鍏佽鏂板缓OPD璁″垝",
-	                variant : "warning" 
+	                variant : "error" 
 });
 import init  from '@salesforce/apex/LexOPDSupplementaryController.initNewOPDButton';
 export default class lexNewOPDButtonAccount extends NavigationMixin(LightningElement) {
@@ -31,7 +31,6 @@
 	connectedCallback(){
 		init({recordId:this.recordId}).then(res=>{
 			if (res!=null) {
-				console.log(res);
 				this.Account=res;
 				this.newOPDButtonAccount().then(res=>{
 					this.IsLoading=false;

--
Gitblit v1.9.1