resolver-egretimp-plus 0.1.64 → 0.1.66
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/package.json
CHANGED
|
@@ -229,7 +229,7 @@ export default {
|
|
|
229
229
|
definePrivatelyProp(config, 'dynamicMapComp', dynamicMapComp)
|
|
230
230
|
|
|
231
231
|
// 如果已经有dynamicHireRelat值的时候,就不需要再进行以下赋值了
|
|
232
|
-
if (config?.dynamicHireRelat_bak) {
|
|
232
|
+
if (config?.dynamicHireRelat_bak && props.mode !== 'operate') {
|
|
233
233
|
definePrivatelyProp(config, 'dynamicHireRelat', `${config.dynamicHireRelat_bak}__@__${props.mode}__`)
|
|
234
234
|
} else {
|
|
235
235
|
const dynamicHireRelat = parent?.dynamicHireRelat ? `${parent?.dynamicHireRelat}${hasOwn(config, 'rowIndex') ? `[${config.rowIndex}]` : ''}->${(config.metaCode || '')}` : config.metaCode
|