Jelajahi Sumber

解决设备档案图片预览(PopupManager层级导致页面卡顿问题)

shenqilong 4 bulan lalu
induk
melakukan
3e4624f45b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/business/platform/file/image/index.vue

+ 2 - 1
src/business/platform/file/image/index.vue

@@ -521,7 +521,8 @@ export default {
     // },
     // },
     // 预览
     // 预览
     clickHandler(file, index) {
     clickHandler(file, index) {
-      this.zIndex = this.fixZIndex()
+      // this.zIndex = this.fixZIndex()
+      this.zIndex = 99999999
       this.initialIndex = index
       this.initialIndex = index
       this.showViewer = true
       this.showViewer = true
     },
     },