Ver Fonte

复制按钮状态恢复

duy há 1 ano atrás
pai
commit
93d3ce89d6
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {