This commit is contained in:
X1627315083
2026-01-19 16:40:10 +08:00
parent 7ff2c2095a
commit 5971ab56c0
2 changed files with 9 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ export default defineComponent({
}
const setClothes = async (list:any,str:string)=>{
let clothesList:any = []
await nextTick()
await uploadElement()
if(detailData.isEditPattern.value == 'editSketch')await detailDom.canvasBox.submitBase64Data().then((rv)=>{
detailData.selectDetail.sketchString = rv
})