1
李喆(开发组)
2025-03-18 c978996d3e0390c0050479be4684af895cfb72cd
src/views/console/basic-data/work-process.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-05-24 18:18:17
 * @LastEditTime: 2024-12-18 15:21:23
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -304,7 +304,7 @@
         getExport() {
            this.$HTTP.get(`/api/smis/process/export-process?keyword=&status=1`).then(res => {
               if (res.code == 200) {
                  window.open(res.data.link);
                  this.$TOOL.downFile(res.data.link,res.data.originalName);
               }
            })
         },