test table
This commit is contained in:
parent
e522bb54ce
commit
e4369a5f16
@ -1479,8 +1479,8 @@ const _sfc_main = defineComponent({
|
||||
sortTable(event, selcolumn.value.key, "desc", true);
|
||||
}
|
||||
function sx(e) {
|
||||
console.log("\u7B5B\u9009\u4E8B\u4EF6", e);
|
||||
sxlist.value[e.key] = e.list;
|
||||
console.log("\u7B5B\u9009\u4E8B\u4EF6", sxlist.value, sxlist.value.length);
|
||||
}
|
||||
watch(sxlist, () => {
|
||||
console.log("sxlist\u66F4\u65B0");
|
||||
|
@ -19926,8 +19926,8 @@ const _sfc_main$D = defineComponent({
|
||||
sortTable(event, selcolumn.value.key, "desc", true);
|
||||
}
|
||||
function sx(e) {
|
||||
console.log("\u7B5B\u9009\u4E8B\u4EF6", e);
|
||||
sxlist.value[e.key] = e.list;
|
||||
console.log("\u7B5B\u9009\u4E8B\u4EF6", sxlist.value, sxlist.value.length);
|
||||
}
|
||||
watch(sxlist, () => {
|
||||
console.log("sxlist\u66F4\u65B0");
|
||||
|
@ -781,8 +781,8 @@ function desc(event: any) {
|
||||
}
|
||||
|
||||
function sx(e: any) {
|
||||
console.log("筛选事件",e)
|
||||
sxlist.value[e.key] = e.list;
|
||||
console.log("筛选事件",sxlist.value,sxlist.value.length)
|
||||
}
|
||||
watch(sxlist, () => {
|
||||
console.log("sxlist更新");
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user