fix
This commit is contained in:
@@ -156,6 +156,11 @@ export const useGenerateStore = defineStore({
|
||||
for (const key in data) {
|
||||
this.customizeInfo[key] = data[key]
|
||||
}
|
||||
},
|
||||
uploadCustomizeInfoDemo(data: object) {
|
||||
for (const key in data) {
|
||||
this.customizeInfoDemo[key] = data[key]
|
||||
}
|
||||
},
|
||||
clearCustomerInfo() {
|
||||
this.customerInfo = {
|
||||
|
||||
Reference in New Issue
Block a user