|
|
@ -48,7 +48,6 @@ export class FileChooserModel extends Model { |
|
|
|
}) |
|
|
|
}) |
|
|
|
.map((item) => ({ |
|
|
|
.map((item) => ({ |
|
|
|
...item, |
|
|
|
...item, |
|
|
|
text: item.id, |
|
|
|
|
|
|
|
value: prefix + item.path, |
|
|
|
value: prefix + item.path, |
|
|
|
open: item.id === root || BI.isKey(keyword), |
|
|
|
open: item.id === root || BI.isKey(keyword), |
|
|
|
})); |
|
|
|
})); |
|
|
|