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