refactor(richedit): 注释掉移动端排序清除逻辑

由于移动端排序功能暂不需要清除逻辑,先注释掉相关代码
This commit is contained in:
34701892@qq.com 2025-10-09 20:51:16 +08:00
parent 4475c409c7
commit adada825ba
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ function restData() {
form.value.rating = null;
form.value.orderBy = null;
sortRef.value.clearSort();
// sortRef.value.clearSort();
tableData.page = 1;
getData();