XiaoRuby
2023-09-24 2573c1c123a8464c312d27e380ac16d7e0ac2f11
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
         }
      }