fix
This commit is contained in:
@@ -210,6 +210,7 @@ export default defineComponent({
|
||||
let sketchStyleList:any = ref([])
|
||||
let printModel:any = ref({
|
||||
num:'',
|
||||
id:'',
|
||||
optype:false,
|
||||
value:'Painting Style',
|
||||
label:useI18n().t('Generate.Model1')
|
||||
@@ -447,7 +448,7 @@ export default defineComponent({
|
||||
"elementId": this.sketchboardList[0].id,
|
||||
gender:this.workspace.sexEnum.value,
|
||||
"style": this.printModel.value,
|
||||
"styleImageId": this.printModel.id?this.printModel.id:''
|
||||
"styleImageId": this.printModel?.id?this.printModel?.id:''
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.imageToSketch, data).then((rv)=>{
|
||||
if(rv){
|
||||
|
||||
Reference in New Issue
Block a user