value
2023-08-29 f6b6162c08fb8fd93369064d4daef6c94b100eea
src/views/inspectionManagement/commissionInspection/index.vue
@@ -327,6 +327,9 @@
            if (document.execCommand('copy')) {
               this.$message.success('已复制到剪贴板')
            }
         },
         handleClick(row){
            console.log(row);
         }
      }
   }