This commit is contained in:
xiaojunnuo
2025-01-05 01:02:41 +08:00
parent 81b322cd60
commit ab5c7bb75a
9 changed files with 66 additions and 44 deletions
@@ -157,7 +157,6 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
]
},
valueResolve({ form, value }) {
debugger;
if (value && value.productId) {
form.productId = value.productId;
form.duration = value.duration;