| | |
| | | </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() |
| | | } |