ZaiZai hai 10 meses
pai
achega
61d94d10e8
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      src/views/certificate/lists/addList.vue

+ 8 - 8
src/views/certificate/lists/addList.vue

@@ -458,8 +458,8 @@ export default {
     },
     changecertificateFileUrl2 (file) {//签名体图片变化回调
       this.form.signatureFileUrl = [file]
-      this.form.signatureWidht = 600
-      this.form.signatureHeight = 165
+      this.form.wide = 600
+      this.form.higt = 165
     },
     pushSignPfxDeputieList () {//添加关联项目
       // this.form.signPfxDeputieList.unshift({
@@ -511,16 +511,16 @@ export default {
           this.form.signatureFileUrl = []
         }
           //宽度
-          if (res.data.signatureWidht) {
-            this.form.signatureWidht = res.data.signatureWidht
+          if (res.data.wide) {
+            this.form.wide = res.data.wide
           } else {
-            this.form.signatureWidht = 600
+            this.form.wide = 600
           }
           //高度
-        if (res.data.signatureHeight) {
-          this.form.signatureHeight = res.data.signatureHeight
+        if (res.data.higt) {
+          this.form.higt = res.data.higt
         } else {
-          this.form.signatureHeight = 165
+          this.form.higt = 165
         }
       }
     },