diff --git a/src/components/AIRepair/Table.vue b/src/components/AIRepair/Table.vue index 5a68f71..7b356e2 100644 --- a/src/components/AIRepair/Table.vue +++ b/src/components/AIRepair/Table.vue @@ -1,7 +1,6 @@ @@ -12,15 +11,14 @@ export default defineComponent({ props: { tableConfig: { type: Array, - default: () => [], + default: () => [] }, dataSource: { type: Array, - default: () => [], - }, + default: () => [] + } }, setup(props) { - onMounted(() => { console.log('props', props); }); @@ -37,10 +35,8 @@ export default defineComponent({ }; return { props, handleSortChange, sortDateMethod, sortNameMethod }; - }, + } }); - \ No newline at end of file + diff --git a/src/components/SettingTable/index.vue b/src/components/SettingTable/index.vue index 2967f43..e175d1b 100644 --- a/src/components/SettingTable/index.vue +++ b/src/components/SettingTable/index.vue @@ -1,21 +1,20 @@