mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
1
This commit is contained in:
@@ -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('暂无失败数据')
|
||||
|
||||
Reference in New Issue
Block a user