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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue
index 62b542c..b492945 100644
--- a/pages/modal/5600.vue
+++ b/pages/modal/5600.vue
@@ -1161,7 +1161,7 @@
 		    });
 		});
 		// console.log(jsonlist);
-		await $this.runCustomEvent(event,input_param,jsonlist,'1');
+		$this.runCustomEvent(event,input_param,jsonlist,'1');
 		// jsonlist.forEach(async (json,key)=>{
 		// 	await $this.runCustomEvent(event,input_param,json,'1');
 		// });
@@ -1247,7 +1247,7 @@
     	    });
     	});
     	// console.log(jsonlist);
-		await $this.runCustomEvent(event,input_param,jsonlist,'2');
+		$this.runCustomEvent(event,input_param,jsonlist,'2');
     	// jsonlist.forEach(async (json,key)=>{
     	// 	await $this.runCustomEvent(event,input_param,json,'2');
     	// });

--
Gitblit v1.9.1