refactor(richedit): 注释掉移动端排序清除逻辑
由于移动端排序功能暂不需要清除逻辑,先注释掉相关代码
This commit is contained in:
parent
4475c409c7
commit
adada825ba
|
|
@ -365,7 +365,7 @@ function restData() {
|
||||||
form.value.rating = null;
|
form.value.rating = null;
|
||||||
form.value.orderBy = null;
|
form.value.orderBy = null;
|
||||||
|
|
||||||
sortRef.value.clearSort();
|
// sortRef.value.clearSort();
|
||||||
|
|
||||||
tableData.page = 1;
|
tableData.page = 1;
|
||||||
getData();
|
getData();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue