Explorar el Código

复制按钮状态恢复

duy hace 1 año
padre
commit
93d3ce89d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {