feat:全选支持选中文件夹
This commit is contained in:
parent
711423dbe1
commit
62d9296b46
@ -122,7 +122,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//全选
|
//全选
|
||||||
selectAll(status) {
|
selectAll(status) {
|
||||||
this.filterFileList.filter((item) => !item.isFolder).forEach((item) => (item.checked = status));
|
this.filterFileList.forEach((item) => (item.checked = status));
|
||||||
},
|
},
|
||||||
//根据index构建路径
|
//根据index构建路径
|
||||||
createPath(index) {
|
createPath(index) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user