|
|
@@ -29,6 +29,7 @@
|
|
|
:value="item.value"
|
|
|
/>
|
|
|
</el-select>
|
|
|
+ <el-button type="success" icon="el-icon-refresh" style="margin-left: 5px" @click="onRefresh">刷新</el-button>
|
|
|
<el-button type="text" style="margin-left: 5px" @click="handleBuildTask">构建任务</el-button>
|
|
|
<el-button type="text" style="margin-left: 5px" @click="handleResetStat">重置状态</el-button>
|
|
|
</el-row>
|
|
|
@@ -817,6 +818,9 @@ export default {
|
|
|
this.$message.error(error.message)
|
|
|
})
|
|
|
},
|
|
|
+ onRefresh() {
|
|
|
+ this.getData()
|
|
|
+ },
|
|
|
onSelectChange() {
|
|
|
this.currentPage = 1
|
|
|
this.queryInfo.pn = 1
|