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
+3
View File
@@ -212,6 +212,9 @@ export const ConfigurableTableMixin = {
} else {
sortFieldName = sorter.columnKey
}
if (!sorter.order) {
sortFieldName = ''
}
this.orderByField = sortFieldName
this.ipagination = pagination
this.loadData()