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'));
moenyform.forEach((item) => {
item.componentProps['max'] = subres[item.field];
// item.componentProps['max'] = subres[item.field];
showFormSchema.push(item);
});
resetSchema(moenyform);

Loading…
Cancel
Save