tangning 2 months ago
parent
commit
669fb55dbc
1 changed files with 0 additions and 2 deletions
  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'));
     }