This commit is contained in:
X1627315083
2023-12-28 17:00:39 +08:00
parent 5387998f11
commit 16a8ee95ee
7 changed files with 16 additions and 20 deletions

View File

@@ -286,7 +286,6 @@ export default defineComponent({
data.designSingleItemDTOList[index].scale = 1
}
data.designSingleItemDTOList = this.soleId(data.designSingleItemDTOList,index)
console.log(this.sketchImg);
this.sketchImg.id_ = data.designSingleItemDTOList[index].id
data.designSingleItemDTOList[index].path =this.sketchImg.minIOPath? this.sketchImg.minIOPath: this.current.minIOPath
data.designSingleItemDTOList[index].type =this.sketchImg.type? this.sketchImg.type: this.current.type
@@ -301,7 +300,6 @@ export default defineComponent({
let color = `${this.$parent.selectColor.rgba.r} ${this.$parent.selectColor.rgba.g} ${this.$parent.selectColor.rgba.b}`
data.designSingleItemDTOList[index].color = color
}
console.log(data);
data.timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone
this.loadingShow = true
Https.axiosPost(Https.httpUrls.designSingle, data).then(