wjt
2024-06-22 b668b85e312acc4cfaecc423ff53cf7d919b7cf1
pages/hqzc/details.vue
@@ -15,14 +15,22 @@
</template>
<script>
   import { doc } from '@/api/index.js'
   export default {
      data() {
         return {
            
         }
      },
      onShow() {
         this.getdata()
      },
      methods: {
         getdata(){
            console.log(this.$route.query)
            //doc()
         }
      }
   }
</script>