This commit is contained in:
2025-07-15 20:55:29 +08:00
parent b6818d430e
commit ee12595e1f
3 changed files with 264 additions and 2 deletions

View File

@ -112,6 +112,7 @@
</template>
<script setup>
import { download } from "@/utils/request";
import Export from "@/components/export/index.vue";
import CheckBox from "@/components/checkBox/index.vue";
import PageTitle from "@/components/aboutTable/PageTitle.vue";
@ -271,7 +272,7 @@ const chooseType = (val)=>{
isShow.value = true;
break;
case '导出':
window.open('/mosty-api/mosty-gsxt/tbGsxtRqfjRy/exportRyfjFxjg');
download("/mosty-api/mosty-gsxt/tbGsxtRqfjRy/exportRyfjFxjg", {},`模型智能识别/LP解析结果_${new Date().getTime()}.xlsx`);
break;
case '批量删除':
if(ids.value.length == 0) return ElMessage.warning("请选择对应删除的数据");