update 国内、海外标准导入
This commit is contained in:
@@ -212,6 +212,9 @@ export const ConfigurableTableMixin = {
|
||||
} else {
|
||||
sortFieldName = sorter.columnKey
|
||||
}
|
||||
if (!sorter.order) {
|
||||
sortFieldName = ''
|
||||
}
|
||||
this.orderByField = sortFieldName
|
||||
this.ipagination = pagination
|
||||
this.loadData()
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user