This commit is contained in:
NiSen
2023-06-21 17:20:14 +08:00
parent cc26f4449f
commit b98593c069

View File

@@ -134,8 +134,6 @@
<script setup>
import { reactive, ref, watch, computed, nextTick } from 'vue';
import { Form, message } from "ant-design-vue";
import axios from "axios";
import Cookies from "vue-cookies";
import { downloadErrorData,isTopList } from '@/api/case'
import useDownload from '@/hooks/useDownload'
import CommonRecommend from "@/components/CaseManage/CommonRecommend";
@@ -277,7 +275,7 @@ const handleSearch = (num) => {
getTopList()
}
//下载模版
//错误案例下载
const downloadErrorInfo = () => {
if (!state.importId) {
message.warn('暂无失败数据')