소스 검색

复制按钮状态恢复

duy 1 년 전
부모
커밋
93d3ce89d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/tentative/detect/components/ListItem.vue

+ 1 - 0
src/views/tentative/detect/components/ListItem.vue

@@ -890,6 +890,7 @@ const copyClick = async (item, index) => {
                         await copeBussTab(pkeyIds)
 
                     } else {
+                        copyClickLoading.value = false
                         window?.$message?.warning('复制本表操作失败')
                     }
             } else {