Browse Source

取消限制子集最大金额

master
wbc 1 month ago
parent
commit
fc1ead846c
  1. 2
      src/views/projectLib/projectInfo/modifyfieldInfo.vue

2
src/views/projectLib/projectInfo/modifyfieldInfo.vue

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

Loading…
Cancel
Save