1
李喆(开发组)
2025-03-27 dd97e71285d9210c4655a0ead49c1064742d8ee7
src/views/console/basic-data/material-warehousing-data/material-infoComp1.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-05-08 21:29:53
 * @LastEditors: Sneed
 * @LastEditTime: 2024-06-16 14:41:35
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-12-18 15:22:31
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/basic-data/material-warehousing-data/material-infoComp1.vue
-->
<template>
@@ -256,7 +256,7 @@
        getExport() {
            this.$HTTP.post(`/api/smis/material/export-material`, { ...this.params }).then(res => {
                if (res.code == 200) {
                    window.open(res.data.link);
                    this.$TOOL.downFile(res.data.link,res.data.originalName);
                }
            }).catch(() => { })
        },