mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-16 06:03:44 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
</n-radio-button>
|
||||
</n-radio-group>
|
||||
</template>
|
||||
<template v-else-if="schema.component === 'NTreeSelect'">
|
||||
<n-tree-select
|
||||
:class="{ isFull: schema.isFull !== false && getProps.isFull }"
|
||||
v-model:value="formModel[schema.field]"
|
||||
v-bind="getComponentProps(schema)"
|
||||
/>
|
||||
</template>
|
||||
<!--动态渲染表单组件-->
|
||||
<component
|
||||
v-else
|
||||
|
||||
@@ -164,7 +164,6 @@
|
||||
}
|
||||
//切换
|
||||
function onChange(checkList) {
|
||||
console.log('checkList:' + JSON.stringify(checkList));
|
||||
if (state.selection) {
|
||||
checkList.unshift('selection');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user