Browse Source

删除按钮状态

duy 2 năm trước cách đây
mục cha
commit
7fcbe4db3a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/tentative/detect/components/ListItem.vue

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

@@ -674,6 +674,8 @@ const delClick = async ({pKeyId}) => {
             window?.$message?.success('操作成功')
             renewData()
             delClickLoading.value=false
+        }else{
+             delClickLoading.value=false
         }
     } else {
         window?.$message?.warning('pkeyId为空')