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 | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue index f41f636..b492945 100644 --- a/pages/modal/5600.vue +++ b/pages/modal/5600.vue @@ -267,7 +267,7 @@ :class="item.disabled?'input-disabled':''" v-model="item.value" :localdata="item.dict" - @change="onChange(item)" + @change="onEnterChange(item)" :disabled="item.disabled" :clear="false" ></uni-data-select> @@ -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