resolver-egretimp-plus 0.1.127 → 0.1.128
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/analysisComponent.jsx +0 -10
package/package.json
CHANGED
|
@@ -177,16 +177,6 @@ export default {
|
|
|
177
177
|
console.error('onVnodeUnmounted error,', error, props.config)
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
// 清除事件中不满足条件的触发逻辑
|
|
181
|
-
const dynamicHireRelat = props?.config?.dynamicHireRelat || ''
|
|
182
|
-
const delKeys = Object.keys(recoverCb).filter(key => {
|
|
183
|
-
return key.endsWith(dynamicHireRelat)
|
|
184
|
-
})
|
|
185
|
-
if (delKeys.length) {
|
|
186
|
-
delKeys.forEach(key => {
|
|
187
|
-
delete recoverCb[key]
|
|
188
|
-
})
|
|
189
|
-
}
|
|
190
180
|
}
|
|
191
181
|
|
|
192
182
|
const { vModelObjs, initVmodels, modelValue } = useVmodels(props, emit, OPEN_DATA_RULES) // 过个v-model绑定对象,实现可以组件过赋值
|