Fixiaobai
2023-09-25 22b45a79b2ceab7625e0fe248458c398cc26110d
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
         }
      }