选择颜色调整两种方式

This commit is contained in:
X1627315083
2024-06-27 17:37:49 +08:00
parent c661454590
commit 67250edba6
12 changed files with 385 additions and 106 deletions

View File

@@ -718,6 +718,7 @@ export default defineComponent({
libraryId:this.printObject.relationId || null,
templateId:this.printObject.templateId || null,
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
sex:this.sex,
...this.getPrintLocation()
}
let cropper:any = this.$refs.cropper
@@ -730,7 +731,7 @@ export default defineComponent({
if(this.isShowMark){
return
}
this.isShowMark = true
// this.isShowMark = true
Https.axiosPost(Https.httpUrls.libraryModelsDot, formData,{headers:{'Content-Type': 'multipart/form-data'}}).then(
(rv: any) => {
this.perviewUrl = rv