n20-common-lib 2.9.39 → 2.9.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.9.39",
3
+ "version": "2.9.40",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -560,7 +560,10 @@ export default {
560
560
  showClose: true
561
561
  })
562
562
  }
563
- this.$emit('down-rows', this.selectionList)
563
+ this.$emit(
564
+ 'down-rows',
565
+ this.selectionList.filter((item) => item[this.keys.url] || item._name)
566
+ )
564
567
  },
565
568
  deleteRows() {
566
569
  if (!this.selectionList.length) {
Binary file