服装生成

This commit is contained in:
X1627315083
2025-10-28 13:57:48 +08:00
parent 2a1023aea0
commit 74aa41d26c
11 changed files with 101 additions and 39 deletions

View File

@@ -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: ''