release-v1.0 #1

Merged
panchichun merged 57 commits from release-v1.0 into main 2024-09-13 17:04:18 +08:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c343875f24 - Show all commits

View File

@@ -138,7 +138,7 @@ export default {
msgItem['count'] = res.msgCount;
let taskItem = {};
taskItem['type'] = 'task';
taskItem['name'] = '办消息数量';
taskItem['name'] = '办消息数量';
taskItem['count'] = res.taskCount;
this.msgTableData.push(msgItem);
this.msgTableData.push(taskItem);

View File

@@ -37,7 +37,7 @@
</div>
<div class="sr">
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置111</el-button>
</div>
</div>
</el-form>
@@ -229,6 +229,7 @@ export default {
resetQuery() {
this.tableList = []
this.resetForm("queryForm")
this.queryParams.states = null
this.handleQuery()
},
// 节点单击事件