稳态指标合格率

This commit is contained in:
仲么了
2024-02-28 18:47:52 +08:00
parent 9e288b49be
commit b9fef6cde0
5 changed files with 311 additions and 143 deletions

View File

@@ -137,11 +137,8 @@ const pageSizes = computed(() => {
* 记录选择的项
*/
const selectChangeEvent: VxeTableEvents.CheckboxChange<any> = ({ checked }) => {
const $table = tableRef.value
if ($table) {
const records = $table.getCheckboxRecords()
tableStore.onTableAction('selection-change', records)
}
const records = (tableRef.value as VxeTableInstance).getCheckboxRecords()
tableStore.onTableAction('selection-change', records)
}
const getRef = () => {