修改秒杀商品表单回显

pull/551/head
岳琳红 2024-09-13 11:05:42 +08:00
parent 5f06396f8c
commit 7555ae7a64
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ const open = async (type: string, id?: number) => {
dialogVisible.value = true dialogVisible.value = true
dialogTitle.value = t('action.' + type) dialogTitle.value = t('action.' + type)
formType.value = type formType.value = type
console.log(formRef.value.getValues()) // console.log(formRef.value.getValues())
await resetForm() await resetForm()
// //
if (id) { if (id) {