resolver-egretimp-plus 0.0.292 → 0.0.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/h5/index.js +1 -1
- package/dist/web/index.js +1 -1
- package/package.json +1 -1
- package/src/index.jsx +2 -2
package/package.json
CHANGED
package/src/index.jsx
CHANGED
|
@@ -221,11 +221,11 @@ export default {
|
|
|
221
221
|
resetConfigEventInit(dynamicMapComp)
|
|
222
222
|
const emptyObj = createEmptyCopy(val)
|
|
223
223
|
emit('update:modelValue', emptyObj)
|
|
224
|
-
|
|
224
|
+
setTimeout(() => {
|
|
225
225
|
nativeDataLoad.value = true
|
|
226
226
|
emit('update:modelValue', val)
|
|
227
227
|
emit('loadEvnetsCompleted', result)
|
|
228
|
-
})
|
|
228
|
+
}, 20);
|
|
229
229
|
} else {
|
|
230
230
|
nativeDataLoad.value = true
|
|
231
231
|
emit('update:modelValue', val)
|