mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
1
This commit is contained in:
@@ -134,8 +134,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { reactive, ref, watch, computed, nextTick } from 'vue';
|
import { reactive, ref, watch, computed, nextTick } from 'vue';
|
||||||
import { Form, message } from "ant-design-vue";
|
import { Form, message } from "ant-design-vue";
|
||||||
import axios from "axios";
|
|
||||||
import Cookies from "vue-cookies";
|
|
||||||
import { downloadErrorData,isTopList } from '@/api/case'
|
import { downloadErrorData,isTopList } from '@/api/case'
|
||||||
import useDownload from '@/hooks/useDownload'
|
import useDownload from '@/hooks/useDownload'
|
||||||
import CommonRecommend from "@/components/CaseManage/CommonRecommend";
|
import CommonRecommend from "@/components/CaseManage/CommonRecommend";
|
||||||
@@ -277,7 +275,7 @@ const handleSearch = (num) => {
|
|||||||
getTopList()
|
getTopList()
|
||||||
}
|
}
|
||||||
|
|
||||||
//下载模版
|
//错误案例下载
|
||||||
const downloadErrorInfo = () => {
|
const downloadErrorInfo = () => {
|
||||||
if (!state.importId) {
|
if (!state.importId) {
|
||||||
message.warn('暂无失败数据')
|
message.warn('暂无失败数据')
|
||||||
|
|||||||
Reference in New Issue
Block a user