| src/views/dataCenter/components/searchData.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/dataCenter/dataCenter.vue | ●●●●● patch | view | raw | blame | history |
src/views/dataCenter/components/searchData.vue
@@ -111,8 +111,7 @@ <!-- <el-button type="primary" icon="el-icon-download" @click="allDownloadFun"--> <!-- >全部下载</el-button--> <!-- >--> <el-button type="primary" @click="handleswitchFolders" >切换文件夹</el-button> <el-button type="primary" plain @click="handleswitchFolders" ><el-icon><FolderOpened /></el-icon></el-button> <div class="downloadBtn" @click="htsjzx === 100 && downloadFun()"> <el-progress v-if="htsjzx !== 100" :percentage="htsjzx" :show-text="false" striped striped-flow :duration="1" /> <div class="downloadBtnText"> src/views/dataCenter/dataCenter.vue
@@ -500,20 +500,20 @@ // 查询 const searchClick = params => { if(switchFolders.value){ FolderListParams.page = 1; FolderListParams.page = 1; FolderListParams.page_size = 30; FolderListParams.startTime = params.startTime?.slice(0, 10); FolderListParams.endTime = params.endTime?.slice(0, 10); FolderListParams.waylineName=params.jobName, getFolderList() getFolderList() }else{ jobListParams.current = 1; jobListParams.size = 10; jobListParams.searchParams = { jobListParams.current = 1; jobListParams.size = 10; jobListParams.searchParams = { ...jobListParams.searchParams, ...params }; getaiImagesPage() getaiImagesPage() } }; const handleSizeChange = (val) => {