ソースを参照

隐藏本表修改

duy 1 年間 前
コミット
0b274841db
1 ファイル変更3 行追加0 行削除
  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') {