maochaoying 2 years ago
parent
commit
028befba11
  1. 2
      src/components/Tabs/index.vue

2
src/components/Tabs/index.vue

@ -30,8 +30,10 @@ const isActive = id => {
const updateActiveTab = id => {
if (props.isCase) {
detailStore.updateIndustryId(id)
detailStore.updateExampleId('1')
} else {
detailStore.updateHardwareId(id)
detailStore.updateHardwareExampleId('1')
}
}
</script>

Loading…
Cancel
Save