generated from Leo_Ding/web-template
即将产品-混乱中
This commit is contained in:
parent
56152eb632
commit
37daa9224a
@ -233,8 +233,19 @@ function handleCreate() {
|
|||||||
type: 'create',
|
type: 'create',
|
||||||
title: '产品中心',
|
title: '产品中心',
|
||||||
})
|
})
|
||||||
|
// 初始化所有字段
|
||||||
|
formData.value = {
|
||||||
|
title: '',
|
||||||
|
categoryID: '',
|
||||||
|
compose: '',
|
||||||
|
target: '',
|
||||||
|
feature: [],
|
||||||
|
standard: [{ label: '', value: '' }],
|
||||||
|
images: [''],
|
||||||
|
sequence: 1,
|
||||||
|
status: 'enabled'
|
||||||
|
}
|
||||||
initData()
|
initData()
|
||||||
formData.value.status = 'enabled'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//新建产品类别
|
//新建产品类别
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user