即将产品-混乱中

This commit is contained in:
qingyu 2025-06-24 11:38:30 +08:00
parent 56152eb632
commit 37daa9224a

View File

@ -233,8 +233,19 @@ function handleCreate() {
type: 'create',
title: '产品中心',
})
//
formData.value = {
title: '',
categoryID: '',
compose: '',
target: '',
feature: [],
standard: [{ label: '', value: '' }],
images: [''],
sequence: 1,
status: 'enabled'
}
initData()
formData.value.status = 'enabled'
}
//