yangys
2025-11-18 698bbdfcbbe4939b0427c022eea67e45f58fd253
src/views/mdc/efficiency-analysis.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-11-04 12:23:49
 * @LastEditTime: 2024-12-18 15:21:29
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/efficiency-analysis.vue
 * 效率分析
-->
@@ -222,7 +222,7 @@
                workStationIdList: this.treeChecked
            }).then(res => {
                if (res.success) {
                    window.open(res.data.link)
                    this.$TOOL.downFile(res.data.link,res.data.originalName);
                } else {
                    this.$message.error(res.msg)
                }