Commit 194892b01f451394bb65384382a80fc578b99fe9

Authored by ww
1 parent 6fe01003

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

@@ -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 };