|
@@ -240,9 +240,9 @@ const rainGroup = ref([
|
|
|
{label: '4096:4096', value: 2},
|
|
|
{label: '1636:1536', value: 3},
|
|
|
])
|
|
|
-let categoryList = ref([])
|
|
|
+let categoryList = ref(typeList)
|
|
|
let formData = ref({
|
|
|
- product: '',
|
|
|
+ product: 'jewelry',
|
|
|
description: '',
|
|
|
category: [],
|
|
|
scene: '',
|