From bc1b2596e2621e00af4a388ee17f24a2c41cc4a0 Mon Sep 17 00:00:00 2001
From: twysparks <twysparks@163.com>
Date: 星期五, 19 五月 2023 09:34:07 +0800
Subject: [PATCH] tt

---
 force-app/main/default/lwc/lexCustomNewMCMaintenance/lexCustomNewMCMaintenance.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexCustomNewMCMaintenance/lexCustomNewMCMaintenance.js b/force-app/main/default/lwc/lexCustomNewMCMaintenance/lexCustomNewMCMaintenance.js
index 89df914..7fe37a2 100644
--- a/force-app/main/default/lwc/lexCustomNewMCMaintenance/lexCustomNewMCMaintenance.js
+++ b/force-app/main/default/lwc/lexCustomNewMCMaintenance/lexCustomNewMCMaintenance.js
@@ -44,9 +44,8 @@
                 this.StatusC = result.StatusC;
                 this.IsRecognitionModelC = result.IsRecognitionModelC;
                 this.RecordTypeId = result.RecordTypeId;
-                this.RecordTypeId1 = result.RecordTypeId1;
                 this.URFContractC = result.URFContractC;
-
+                this.RecordTypeId1 = result.RecordTypeId1;
                 this.CustomNewMC();
                 this.dispatchEvent(new CloseActionScreenEvent());
             }
@@ -59,12 +58,10 @@
     CustomNewMC() {
         if ( this.StatusC != "寮曞悎涓�") {
             alert("缁翠慨鍚堝悓涓嶆槸璇环涓殑鐘舵�侊紝涓嶈兘鏂板缓鎶ヤ环");
-            window.history.go(-1);
         } else {
             //缁翠慨鍚堝悓鏂板缓鎶ヤ环鏃讹紝濡傛灉鏄厛娆惧璞★紝寮瑰嚭瀵硅瘽妗嗘彁绀� thh 20220304 start
             if (this.IsRecognitionModelC == 1) {
                 if (!confirm("璇ョ粡閿�鍟嗕负鍏堟瀵硅薄锛屾槸鍚︾户缁柊寤烘姤浠凤紵")) {
-                    window.history.go(-1);
                     return;
                 }
             }

--
Gitblit v1.9.1