|
@@ -318,13 +318,11 @@
|
|
|
&& self.defaultDiskPath.length>0
|
|
|
&& ![self.defaultDiskPath isEqualToString:pathStr]){
|
|
|
//切换硬盘了 取消全选
|
|
|
-
|
|
|
- //_rightSelectAllButton.selected = YES;
|
|
|
- //[self didClickSelectAllButton:_rightSelectAllButton];
|
|
|
+ [_didSelectListArr removeAllObjects];
|
|
|
}
|
|
|
|
|
|
self.defaultDiskPath = pathStr;
|
|
|
- //[self searchFileListFun];
|
|
|
+ [self getFileListFun];
|
|
|
[self setTitleAfterGetdiskFun];
|
|
|
[self hideDiskListVieFun];
|
|
|
}
|