@@ -1,9 +1,9 @@
<template>
- <CheckJob :check-type="2" :filter="0" :status="DictCache.VALUE.CHECK_JOB_STATUS.FINISHED" :status-list='[]'/>
+ <CheckJob :check-type="2" :filter="0" :status="DictCache.VALUE.CHECK_JOB_STATUS.FINISHED" :status-list="[]"/>
</template>
<script>
-import CheckJob from './CheckJob'
+import CheckJob from './CheckJobC'
export default {
name: 'PollingCheckJob',
components: {
@@ -3,7 +3,7 @@
name: 'PollingCheckJobFinish',
props: {
name: 'SpotCheckJobFinish',