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