mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
列表搜索后仍然选中第二个
This commit is contained in:
@@ -374,6 +374,7 @@ export default {
|
||||
};
|
||||
//搜索案例列表
|
||||
const searchList = () => {
|
||||
state.selectedRowKeys = [];
|
||||
if (state.inputV1 !== "") {
|
||||
getAllCaseText();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user