|
@@ -33,7 +33,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="tsx" name="Data">
|
|
|
-import { ref, reactive } from 'vue'
|
|
|
import { useHandleData } from '@/hooks/useHandleData'
|
|
|
import { useDownload } from '@/hooks/useDownload'
|
|
|
import { ElMessageBox } from 'element-plus'
|
|
@@ -44,7 +43,6 @@ import { ProTableInstance, ColumnProps } from '@/components/ProTable/interface'
|
|
|
import { listDataApi, delDataApi, addDataApi, updateDataApi, getDataApi, exportApi } from '@/api/modules/system/dictData'
|
|
|
import { getDictApi } from '@/api/modules/system/dict'
|
|
|
|
|
|
-import { useRoute } from 'vue-router'
|
|
|
const route = useRoute()
|
|
|
// ProTable 实例
|
|
|
const proTable = ref<ProTableInstance>()
|