mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-28 13:55:54 +08:00
feat: ✨ 新增多标签Tab页内嵌模式
This commit is contained in:
@@ -563,7 +563,6 @@ export default {
|
||||
async exportGoods(){
|
||||
downLoadGoods()
|
||||
.then((res) => {
|
||||
console.log(res)
|
||||
const blob = new Blob([res], {
|
||||
type: "application/vnd.ms-excel;charset=utf-8",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user