1
李喆(开发组)
2025-04-16 58d0bfc0a05fd3f645f31eba4fa7e2bf57e3b1df
src/views/mdc/processParam/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: gaoshp
 * @LastEditTime: 2024-11-13 20:20:54
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-12-18 15:20:37
 * @FilePath: /cps-web/src/views/mdc/processParam/index.vue
 实时看板
-->
@@ -165,7 +165,7 @@
                workstationName: ''
            }).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)
                }