mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	review + mall:商品管理
This commit is contained in:
		@@ -55,7 +55,6 @@
 | 
			
		||||
          <Icon class="mr-5px" icon="ep:plus" />
 | 
			
		||||
          新增
 | 
			
		||||
        </el-button>
 | 
			
		||||
        <!-- TODO @puhui999:增加一个【导出】操作 -->
 | 
			
		||||
        <el-button
 | 
			
		||||
          v-hasPermi="['product:spu:export']"
 | 
			
		||||
          :loading="exportLoading"
 | 
			
		||||
@@ -385,7 +384,7 @@ const handleExport = async () => {
 | 
			
		||||
    // 发起导出
 | 
			
		||||
    exportLoading.value = true
 | 
			
		||||
    const data = await ProductSpuApi.exportSpu(queryParams)
 | 
			
		||||
    download.excel(data, '商品spu.xls')
 | 
			
		||||
    download.excel(data, '商品列表.xls')
 | 
			
		||||
  } catch {
 | 
			
		||||
  } finally {
 | 
			
		||||
    exportLoading.value = false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user