diff --git a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue
index 8611e4cf..d8f5d612 100644
--- a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue
+++ b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue
@@ -39,6 +39,11 @@
+
+
@@ -54,10 +59,11 @@ import XmTestPlanInfo from '../xmTestPlan/XmTestPlanInfo';//新增修改界面
import { mapGetters } from 'vuex'
import XmProductSelect from '@/views/xm/core/components/XmProductSelect';//修改界面
+import XmReport from "@/views/xm/rpt/reportIndex";
export default {
name:'xmTestCasedbMng',
components: {
- XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanInfo,
+ XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanInfo,XmReport,
},
props:['visible','xmTestCasedb'],
computed: {