update 国内、海外标准导入

This commit is contained in:
赵霄
2023-09-27 10:51:49 +08:00
parent c7eae42e00
commit 95039fd56d
3 changed files with 5 additions and 2 deletions
@@ -248,7 +248,7 @@ export default {
downTemplateUrl: '/laws/standard/domestic/templateDownload', // 下载模板
exportXlsUrl: '/laws/standard/domestic/exportData', // 导出
exportZipUrl: '/laws/standard/domestic/exportDataWithFile', // 带文件导出
importExcelUrl: '' // 导入
importExcelUrl: '/laws/standard/domestic/importExcelWithData' // 导入
},
yesValue: YesOrNoEnum.YES.value,
noValue: YesOrNoEnum.NO.value,
@@ -249,7 +249,7 @@ export default {
downTemplateUrl: '/laws/standard/overseas/templateDownload', // 下载模板
exportXlsUrl: '/laws/standard/overseas/exportData', // 导出
exportZipUrl: '/laws/standard/overseas/exportDataWithFile', // 带文件导出
importExcelUrl: '' // 导入
importExcelUrl: '/laws/standard/overseas/importExcelWithData' // 导入
},
yesValue: YesOrNoEnum.YES.value,
noValue: YesOrNoEnum.NO.value,