fix 专项项目库导出改为zip

This commit is contained in:
赵霄
2024-02-22 18:05:28 +08:00
parent 231e04378a
commit 4f737e3fe9
@@ -87,7 +87,7 @@
type="primary"
ghost
v-has="'specialProjectLibrary:export'"
@click="handleExportXls($t('projectLibrary.specialProjectLibrary.specialProjectLibrary'))">
@click="handleExportXls($t('projectLibrary.specialProjectLibrary.specialProjectLibrary'), '.zip')">
{{ $t('export') }}
</a-button>
</div>