Browse Source

复制按钮状态恢复

duy 1 năm trước cách đây
mục cha
commit
93d3ce89d6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {