完成店铺增删改查
This commit is contained in:
@@ -400,8 +400,6 @@ async function saveTemplateFromUrl(url: string, fallbackFilename: string, bridge
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
window.open(url, '_blank')
|
||||
}
|
||||
|
||||
async function downloadTemplateXlsx() {
|
||||
@@ -489,8 +487,6 @@ async function downloadConvertResult(item: ConvertResultItem) {
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
window.open(item.downloadUrl, '_blank')
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user