|
@@ -471,8 +471,8 @@ export default {
|
|
},
|
|
},
|
|
changecertificateFileUrl2 (file) {//签名体图片变化回调
|
|
changecertificateFileUrl2 (file) {//签名体图片变化回调
|
|
this.form.signatureFileUrl = [file]
|
|
this.form.signatureFileUrl = [file]
|
|
- this.form.wide = 600
|
|
|
|
- this.form.high = 165
|
|
|
|
|
|
+ this.form.wide = ''
|
|
|
|
+ this.form.high = ''
|
|
},
|
|
},
|
|
pushSignPfxDeputieList () {//添加关联项目
|
|
pushSignPfxDeputieList () {//添加关联项目
|
|
// this.form.signPfxDeputieList.unshift({
|
|
// this.form.signPfxDeputieList.unshift({
|
|
@@ -523,18 +523,10 @@ export default {
|
|
}else{
|
|
}else{
|
|
this.form.signatureFileUrl = []
|
|
this.form.signatureFileUrl = []
|
|
}
|
|
}
|
|
- //宽度
|
|
|
|
- if (res.data.wide) {
|
|
|
|
- this.form.wide = res.data.wide
|
|
|
|
- } else {
|
|
|
|
- this.form.wide = 600
|
|
|
|
- }
|
|
|
|
- //高度
|
|
|
|
- if (res.data.high) {
|
|
|
|
- this.form.high = res.data.high
|
|
|
|
- } else {
|
|
|
|
- this.form.high = 165
|
|
|
|
- }
|
|
|
|
|
|
+ //宽度
|
|
|
|
+ this.form.wide = res.data.wide
|
|
|
|
+ //高度
|
|
|
|
+ this.form.high = res.data.high
|
|
}
|
|
}
|
|
},
|
|
},
|
|
async save (da) {//新增
|
|
async save (da) {//新增
|