mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
列表搜索后仍然选中第二个
This commit is contained in:
@@ -692,6 +692,8 @@ export default {
|
||||
//搜索在线列表
|
||||
const searchList = () => {
|
||||
if (state.inputV1 || state.selectV) {
|
||||
state.selectedRowKeys = [];
|
||||
state.addOnlineList = [];
|
||||
getAllOnlineText();
|
||||
} else {
|
||||
resetOnline();
|
||||
|
||||
Reference in New Issue
Block a user