Quellcode durchsuchen

隐藏本表修改

duy vor 1 Jahr
Ursprung
Commit
0b274841db
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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') {