| | |
| | | const userAreaCode = computed(() => store.getters.userInfo.detail.areaCode); |
| | | const selectedAreaCode = computed(() => store.state.user.selectedAreaCode); |
| | | const htsjzx = computed(() => store.state.common.downloadProgress?.htsjzx || 100) |
| | | const emit = defineEmits(['search', 'downFun', 'allDownFun','handleswitchFolders','handleBack']); |
| | | const emit = defineEmits(['search', 'Reset','downFun', 'allDownFun','handleswitchFolders','handleBack']); |
| | | const startTime = dayjs().subtract(6, 'day').startOf('day'); |
| | | const endTime = dayjs().endOf('day'); |
| | | const timeRange = [startTime.format('YYYY-MM-DD HH:mm:ss'), endTime.format('YYYY-MM-DD HH:mm:ss')]; |
| | |
| | | searchForm.wayLineJobId='' |
| | | handleNodeClick({ id: userAreaCode.value }); |
| | | handleSearch(); |
| | | emit('Reset', searchForm); |
| | | }; |
| | | // 下载 |
| | | const downloadFun = () => { |
| | |
| | | }) |
| | | }); |
| | | |
| | | |
| | | defineExpose({ |
| | | handleReset, |
| | | }); |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |