-
+
{{$t('test_track.test_case')}}
+
+
+
+
+
+
+
+
import MsCreateBox from '../../../settings/CreateBox';
+ import TestCaseImport from '../components/TestCaseImport';
+ import TestCaseExport from '../components/TestCaseExport';
export default {
name: "TestCaseList",
- components: {MsCreateBox},
+ components: {MsCreateBox, TestCaseImport, TestCaseExport},
data() {
return {
result: {},
@@ -195,6 +206,9 @@
type: 'success'
});
});
+ },
+ refresh() {
+ this.$emit('refresh');
}
}
}