tangning 2 月之前
父节点
当前提交
669fb55dbc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/views/detail/popup/SignatureModal.vue

+ 0 - 2
src/views/detail/popup/SignatureModal.vue

@@ -79,7 +79,6 @@
   // 关闭弹窗
   const getImg = () => {
     const response = signaturePad.value.saveSignature();
-    console.log('子组件:', response);
     if (response.isEmpty) {
       return response.data;
     } else {
@@ -94,7 +93,6 @@
   // 确认签名(可根据需求将签名数据传递给父组件等)
   const handleConfirm = () => {
     let img = getImg();
-    console.log('子组件:', img);
     if(img){
       emit('submit', blobToFile(img, '签名图片.png'));
     }