|
@ -161,7 +161,7 @@ |
|
|
//取出含有金额的内容,并设置最大值 |
|
|
//取出含有金额的内容,并设置最大值 |
|
|
let moenyform = formSchemasTemp.filter((item) => item.field.includes('Money')); |
|
|
let moenyform = formSchemasTemp.filter((item) => item.field.includes('Money')); |
|
|
moenyform.forEach((item) => { |
|
|
moenyform.forEach((item) => { |
|
|
item.componentProps['max'] = subres[item.field]; |
|
|
// item.componentProps['max'] = subres[item.field]; |
|
|
showFormSchema.push(item); |
|
|
showFormSchema.push(item); |
|
|
}); |
|
|
}); |
|
|
resetSchema(moenyform); |
|
|
resetSchema(moenyform); |
|
|