value
2023-09-21 7b2fffec6f45d2b5d4c827efbeee4a2e21c0adc0
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
         }
      }