Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
自定义字段



后端返回字段
开发环境下更改fieldName字段会报错
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parent') at getTreeNodeProps (treeUtil.js:322:20) at ReactiveEffect.fn (TreeNode.js:49:14) at ReactiveEffect.run (reactivity.esm-bundler.js:190:25) at get value [as value] (reactivity.esm-bundler.js:1171:39) at TreeNode.js:62:34 at watchEffect.flush (eagerComputed.js:5:20) at callWithErrorHandling (runtime-core.esm-bundler.js:173:22) at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:182:21) at ReactiveEffect.getter [as fn] (runtime-core.esm-bundler.js:1750:24) at ReactiveEffect.run (reactivity.esm-bundler.js:190:25)
生产环境下却没有问题
Beta Was this translation helpful? Give feedback.
All reactions