We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
onMounted(async () => { // 只在挂载后开始监听,form.values会有一个初始化的过程 await nextTick(); watch( () => form.values, async (newVal) => { if (forward.value.handleValuesChange) { // const fields = state.value.schema?.map((item) => { // return item.fieldName; // }); // setFieldValue 不会触发表单值变化,所以这里应从 values 中获取字段名并监听change // 且 handleValuesChange 方法字面上指的是 values而非 schema // 如果提供一个 handleSchemaChange 方法才应从 schema 中获取字段名并监听change const fields = Object.keys(newVal); ...
无
all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Vben Admin V5
Describe the bug?
Reproduction
无
System Info
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: