doway-coms 2.10.84 → 2.10.85
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
|
@@ -1366,7 +1366,7 @@ export default {
|
|
|
1366
1366
|
break
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
|
-
|
|
1369
|
+
|
|
1370
1370
|
}
|
|
1371
1371
|
}
|
|
1372
1372
|
return scope.column.params.controlEdit === true && editExpResult
|
|
@@ -2352,6 +2352,13 @@ export default {
|
|
|
2352
2352
|
getCheckboxRecords() {
|
|
2353
2353
|
return this.$refs.baseGrid.getCheckboxRecords(true)
|
|
2354
2354
|
},
|
|
2355
|
+
/**
|
|
2356
|
+
* 获取已保留选中的行数据,比如 checkboxConfig="{ visibleMethod不显示的
|
|
2357
|
+
* @returns {*}
|
|
2358
|
+
*/
|
|
2359
|
+
getCheckboxReserveRecords() {
|
|
2360
|
+
return this.$refs.baseGrid.getCheckboxReserveRecords(true)
|
|
2361
|
+
},
|
|
2355
2362
|
setCheckboxRow(rows, checked) {
|
|
2356
2363
|
this.$refs.baseGrid.setCheckboxRow(rows, checked)
|
|
2357
2364
|
},
|