mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
fixed data tab issue
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import {computed, defineComponent} from 'vue';
|
||||
import {computed, defineComponent, watch} from 'vue';
|
||||
import ListLayout from '@/layouts/ListLayout.vue';
|
||||
import {useStore} from 'vuex';
|
||||
import useTaskDetail from '@/views/task/detail/taskDetail';
|
||||
@@ -76,6 +76,8 @@ export default defineComponent({
|
||||
},
|
||||
} as ListLayoutActionFunctions;
|
||||
|
||||
watch(() => tablePagination.value, actionFunctions.getList);
|
||||
|
||||
return {
|
||||
actionFunctions,
|
||||
tableData,
|
||||
|
||||
Reference in New Issue
Block a user