From 48f96ed57180efe0e9f23361288c3c505b21f606 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 9 May 2022 08:28:26 +0800 Subject: [PATCH] 0509processFormType --- hb_client/src/components/customForm/index.vue | 2 +- hb_client/src/components/customForm/review.vue | 4 ++-- hb_client/src/views/mtm/step.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index 7d5008a..19f982b 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -245,7 +245,7 @@ that.img = new Image(); that.img.crossOrigin = 'anonymous'; 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(){ that.canvasInit(); },500); diff --git a/hb_client/src/components/customForm/review.vue b/hb_client/src/components/customForm/review.vue index 7a28cfd..4265772 100644 --- a/hb_client/src/components/customForm/review.vue +++ b/hb_client/src/components/customForm/review.vue @@ -329,8 +329,8 @@ }); that.img = new Image(); that.img.crossOrigin = ''; - that.img = 'http://49.232.14.174:2222/'+imag[0].field_value; - that.originImg = 'http://49.232.14.174:2222/' + imag[0].origin_value; + that.img = imag[0].field_value; + that.originImg = imag[0].origin_value; listJudge.forEach(item => { let obj = new Object(); obj = item; diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index 2272856..8a75446 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -548,7 +548,7 @@ } ], typeoptions: [{ - value: 1, + value: 10, label: '生产记录' }], };