fix: view collection reported error when editing (#2493)

This commit is contained in:
katherinehhh 2023-08-20 20:54:32 +08:00 committed by GitHub
parent 9e99b00182
commit f70d17c5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,9 +132,6 @@ export const view: ICollectionTemplate = {
schema: {
'x-component-props': '{{$form.values}}', //任意层次属性都支持表达式
},
state: {
visible: `{{$deps[1]?.length > 0}}`,
},
},
},
},