n20-common-lib 2.4.70 → 2.4.72

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.4.70",
3
+ "version": "2.4.72",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -554,7 +554,7 @@ export default {
554
554
  MultipleSUccessFn(response, file, fileList, row) {
555
555
  if (fileList.length > 1) {
556
556
  let deepRow = cloneDeep(row)
557
- if (!this.tableData[0].beid) {
557
+ if (!this.tableData[0][this.keys.url]) {
558
558
  this.tableData.shift()
559
559
  }
560
560
  setTimeout(() => {
@@ -13,7 +13,7 @@
13
13
  show-header-overflow
14
14
  :row-config="{ isHover: true, useKey: true, ...$attrs.rowConfig }"
15
15
  :column-config="{ resizable: true, useKey: true, ...$attrs.columnConfig }"
16
- :scroll-y="{ enabled: true, oSize: 20 }"
16
+ :scroll-y="{ enabled: true, oSize: 20, gt: 30 }"
17
17
  :sort-config="{
18
18
  multiple: false,
19
19
  remote: true,