|
@@ -635,6 +635,7 @@ export default {
|
|
|
|
|
|
}
|
|
|
},
|
|
|
+ //保存
|
|
|
async signatureSave() {
|
|
|
const form = this.form
|
|
|
const isImg = form.signatureFileUrl.length <= 0
|
|
@@ -661,6 +662,7 @@ export default {
|
|
|
const { data: res } = await picPresave(fromData)
|
|
|
console.log(res)
|
|
|
},
|
|
|
+ //预览
|
|
|
async signaturePreview() {
|
|
|
const cid = this.signatureId
|
|
|
if (!cid) {
|