修改大屏嵌入路由

This commit is contained in:
GGJ
2024-02-27 16:21:27 +08:00
parent f51acd7623
commit 122c3e2198
6 changed files with 59 additions and 27 deletions

View File

@@ -153,7 +153,12 @@ const onComSearch = async () => {
const onResetForm = () => {
tableStore.onTableAction('reset', {})
}
defineExpose({ onComSearch, areaRef })
const setDatePicker = (list:any) => {
datePickerRef.value.setTimeOptions(list)
}
defineExpose({ onComSearch, areaRef, setDatePicker })
</script>
<style scoped lang="scss">