Sfoglia il codice sorgente

隐藏本表修改

duy 1 anno fa
parent
commit
0b274841db
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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') {