fix soul筛选列表
This commit is contained in:
parent
77cce500e5
commit
ff6ff998c0
@ -1775,7 +1775,7 @@ const _sfc_main = defineComponent({
|
||||
onAsc: asc,
|
||||
onDesc: desc,
|
||||
onDaochu: exportData,
|
||||
list: props.dataSource,
|
||||
list: datalist.value,
|
||||
soulkey: column.key,
|
||||
onSx: sx
|
||||
}, null, 8, ["top", "left", "list", "soulkey"]), [
|
||||
|
@ -20199,7 +20199,7 @@ const _sfc_main$D = defineComponent({
|
||||
onAsc: asc,
|
||||
onDesc: desc,
|
||||
onDaochu: exportData,
|
||||
list: props.dataSource,
|
||||
list: datalist.value,
|
||||
soulkey: column.key,
|
||||
onSx: sx
|
||||
}, null, 8, ["top", "left", "list", "soulkey"]), [
|
||||
|
@ -1136,7 +1136,7 @@ window.addEventListener("click", heddin);
|
||||
@asc="asc"
|
||||
@desc="desc"
|
||||
@daochu="exportData"
|
||||
:list="props.dataSource"
|
||||
:list="datalist"
|
||||
:soulkey="column.key"
|
||||
@sx="sx"
|
||||
></soultable>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user