| | |
| | | <div class="searchBox"> |
| | | <div class="item"> |
| | | <div class="itemchild">模糊查询:</div> |
| | | <el-input v-model="params.event_name" placeholder="请输入事件名称" clearable></el-input> |
| | | <el-input class="ztzf-input selectInput" v-model="params.event_name" placeholder="请输入事件名称" clearable></el-input> |
| | | </div> |
| | | <!-- <div class="item"> |
| | | <div class="itemchild">任务执行日期:</div> |
| | |
| | | </div> --> |
| | | <div class="item"> |
| | | <div class="itemchild">关联算法:</div> |
| | | <TaskAlgorithmBusiness :setWidth="186" :showAlgorithm="true" @algorithmChange="algorithmChange" /> |
| | | <TaskAlgorithmBusiness ref="algorithmRef" :setWidth="186" :showAlgorithm="true" @algorithmChange="algorithmChange" /> |
| | | </div> |
| | | </div> |
| | | <div class="search-btn"> |
| | |
| | | const emit = defineEmits(['refresh']) |
| | | const props = defineProps(['jobTimes', 'batchNo', 'waylineJobId','detailName','isShowExportTheTask']) |
| | | const taskData = ref('') |
| | | const algorithmRef = ref() |
| | | |
| | | const algorithmChange = val => { |
| | | params.value.ai_types = val |
| | | handleSearch() |
| | |
| | | params.value.end_date = null |
| | | params.value.start_date = null |
| | | taskData.value = '' |
| | | algorithmRef.value?.handleClear() |
| | | algorithmChange([]) |
| | | getList() |
| | | // getList() |
| | | } |
| | | const handleSearch = () => { |
| | | getList() |
| | |
| | | display: flex; |
| | | } |
| | | |
| | | :deep(.selectInput.el-input) { |
| | | width: 200px !important; |
| | | } |
| | | |
| | | .search-btn { |
| | | display: flex; |
| | | justify-content: space-between; |