|
@@ -75,6 +75,7 @@ const emit = defineEmits([
|
|
|
])
|
|
|
|
|
|
const tableRef = ref(null)
|
|
|
+let selection = $ref([])
|
|
|
|
|
|
const windowSize = computed(() => {
|
|
|
return store.state.app.windowSize
|
|
@@ -146,13 +147,6 @@ const getSelectionRows = () => {
|
|
|
BizException(ExceptionEnum.MESSAGE_ERROR, "请先选择数据")
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * 查询条件赋值
|
|
|
- */
|
|
|
-const queryConditionAssignment = () => {
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
defineExpose({clearSelection, getSelectionRows})
|
|
|
|
|
|
</script>
|