From 6be7369a96ac84bbc5dc95f792a180d7b86cc89a Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期二, 11 六月 2024 18:04:24 +0800
Subject: [PATCH] 5600

---
 pages/modal/5600.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue
index cdd720b..b492945 100644
--- a/pages/modal/5600.vue
+++ b/pages/modal/5600.vue
@@ -1161,9 +1161,10 @@
 		    });
 		});
 		// console.log(jsonlist);
-		jsonlist.forEach(async (json,key)=>{
-			await $this.runCustomEvent(event,input_param,json,'1');
-		});
+		$this.runCustomEvent(event,input_param,jsonlist,'1');
+		// jsonlist.forEach(async (json,key)=>{
+		// 	await $this.runCustomEvent(event,input_param,json,'1');
+		// });
 	},
     ok2(){
         this.Before_OK_Event = this.param.Sub_Page[1].Before_ok;
@@ -1246,9 +1247,10 @@
     	    });
     	});
     	// console.log(jsonlist);
-    	jsonlist.forEach(async (json,key)=>{
-    		await $this.runCustomEvent(event,input_param,json,'2');
-    	});
+		$this.runCustomEvent(event,input_param,jsonlist,'2');
+    	// jsonlist.forEach(async (json,key)=>{
+    	// 	await $this.runCustomEvent(event,input_param,json,'2');
+    	// });
     },
     //鎵ц纭畾鑴氭湰
     async runCustomEvent(event,input_param,json,type){

--
Gitblit v1.9.1