服装生成
This commit is contained in:
@@ -9,6 +9,7 @@ export const useGenerateStore = defineStore({
|
||||
id: '',
|
||||
oldId: '' //表示从生成页面返回回来,需要调整的样式id
|
||||
},
|
||||
styleList: [{},{},{},{}],
|
||||
model: {
|
||||
id: ''
|
||||
},
|
||||
@@ -81,6 +82,7 @@ export const useGenerateStore = defineStore({
|
||||
this.isGenerate = isGenerate
|
||||
},
|
||||
clearProductData() {
|
||||
this.styleList = [{},{},{},{}]
|
||||
this.style = {
|
||||
id: '',
|
||||
oldId: ''
|
||||
|
||||
Reference in New Issue
Block a user