0509processFormType

This commit is contained in:
shijing 2022-05-09 08:28:26 +08:00
parent 198b50b90c
commit 48f96ed571
3 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@
that.img = new Image(); that.img = new Image();
that.img.crossOrigin = 'anonymous'; that.img.crossOrigin = 'anonymous';
let value = imag[0].field_value?imag[0].field_value:imag[0].draw_template; let value = imag[0].field_value?imag[0].field_value:imag[0].draw_template;
that.img = 'http://49.232.14.174:2222'+value; that.img = value;
setTimeout(function(){ setTimeout(function(){
that.canvasInit(); that.canvasInit();
},500); },500);

View File

@ -329,8 +329,8 @@
}); });
that.img = new Image(); that.img = new Image();
that.img.crossOrigin = ''; that.img.crossOrigin = '';
that.img = 'http://49.232.14.174:2222/'+imag[0].field_value; that.img = imag[0].field_value;
that.originImg = 'http://49.232.14.174:2222/' + imag[0].origin_value; that.originImg = imag[0].origin_value;
listJudge.forEach(item => { listJudge.forEach(item => {
let obj = new Object(); let obj = new Object();
obj = item; obj = item;

View File

@ -548,7 +548,7 @@
} }
], ],
typeoptions: [{ typeoptions: [{
value: 1, value: 10,
label: '生产记录' label: '生产记录'
}], }],
}; };