Commit 387469f08d86de0bbfecc036f6fd6c4eff4337b3

Authored by xp.Huang
2 parents 9890e565 194892b0

Merge branch 'fix/task-center-modbus-command-send' into 'main_dev'

fix: 修复任务中心寄存器值无法输入

See merge request yunteng/thingskit-front!771
@@ -212,7 +212,8 @@ export const formSchemas: FormSchema[] = [ @@ -212,7 +212,8 @@ export const formSchemas: FormSchema[] = [
212 showTotalControl: false, 212 showTotalControl: false,
213 itemProps: () => { 213 itemProps: () => {
214 return { 214 return {
215 - defaultValue: '0', 215 + valueField: 'value',
  216 + changeEvent: 'update:value',
216 } as FormSchema; 217 } as FormSchema;
217 }, 218 },
218 }; 219 };