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>