fix: 单选框/复选框/checkbox绑定参照录入后,预览没有效果

This commit is contained in:
wutong25 2023-06-12 11:32:33 +08:00
parent 6974cbf926
commit 3552983f74
3 changed files with 9 additions and 3 deletions

View File

@ -153,7 +153,9 @@ export class CheckboxControlPlugin extends BasePlugin {
getSchemaTpl('labelRemark'),
getSchemaTpl('remark'),
getSchemaTpl('description'),
getSchemaTpl('autoFillApi')
getSchemaTpl('autoFillApi', {
trigger: 'change'
})
]
},
getSchemaTpl('status', {isFormItem: true}),

View File

@ -165,7 +165,9 @@ export class CheckboxesControlPlugin extends BasePlugin {
getSchemaTpl('labelRemark'),
getSchemaTpl('remark'),
getSchemaTpl('description'),
getSchemaTpl('autoFillApi')
getSchemaTpl('autoFillApi', {
trigger: 'change'
})
]
},
{

View File

@ -127,7 +127,9 @@ export class RadiosControlPlugin extends BasePlugin {
// getSchemaTpl('autoFill')
getSchemaTpl('labelRemark'),
getSchemaTpl('remark'),
getSchemaTpl('autoFillApi')
getSchemaTpl('autoFillApi', {
trigger: 'change'
})
]
},
{