Browse Source

隐藏本表修改

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

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

@@ -960,6 +960,9 @@ const copeBussTab = async (pkeyIds) => {
 
 //隐藏本表
 const hideClick = async ({ pKeyId, isBussShow }) => {
+    if (isBussShow === 1) {
+        ActiveKey.value = ''
+    }
     const pkeyIds = getValString(pKeyId)
     if (pkeyIds) {
         if (isStatus.value !== '3') {