hailin
2023-07-19 32b45ba618dffadd345e8e8fb64baf2ba459ae83
src/views/standardLibrary/SpecificationDetails.vue
@@ -118,7 +118,9 @@
  name: 'SpecificationDetail',
  data() {
    return {
    // 默认值
      // 查找对应详情id
      id: '',
      // 默认值
      defaultProps: {
        children: 'children',
        label: 'label'
@@ -161,6 +163,12 @@
        keyword: ''
      }
    }
  },
  created() {
    console.log(this.$route.params)
  },
  methods: {
  }
}
</script>