王震
2023-09-24 e7f86b5ad64b224163c321c46b0f61c294578a2b
src/components/view/rawInsBox.vue
@@ -28,10 +28,8 @@
         goDetail(id) {
            this.showDetail = true
            this.id = id
            console.log(this.id)
         },
         goBack() {
            this.$parent.removeAllTab()
            this.showDetail = false
         }
      }