yangys
2025-11-18 831cfa4c439c6d073d706a82d2a439f8b1818498
src/views/console/basic-data/product.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-04-02 17:48:31
 * @LastEditTime: 2024-12-18 15:21:16
 * @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
-->
@@ -362,7 +362,7 @@
         getExport() {
            this.$HTTP.post(`/api/smis/product/export-product`,this.searchData).then(res => {
               if (res.code == 200) {
                  window.open(res.data.link);
                  this.$TOOL.downFile(res.data.link,res.data.originalName);
               }
            })
         },