zouyu
2023-09-27 ed2f5cbcb482a22fbf799cf14ff3d3152669e7ac
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
         }
      }