1、名字调整
2、消息中心重置调整
This commit is contained in:
parent
6a5157ae7d
commit
c343875f24
@ -138,7 +138,7 @@ export default {
|
|||||||
msgItem['count'] = res.msgCount;
|
msgItem['count'] = res.msgCount;
|
||||||
let taskItem = {};
|
let taskItem = {};
|
||||||
taskItem['type'] = 'task';
|
taskItem['type'] = 'task';
|
||||||
taskItem['name'] = '代办消息数量';
|
taskItem['name'] = '待办消息数量';
|
||||||
taskItem['count'] = res.taskCount;
|
taskItem['count'] = res.taskCount;
|
||||||
this.msgTableData.push(msgItem);
|
this.msgTableData.push(msgItem);
|
||||||
this.msgTableData.push(taskItem);
|
this.msgTableData.push(taskItem);
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="sr">
|
<div class="sr">
|
||||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</el-form>
|
</el-form>
|
||||||
@ -229,6 +229,7 @@ export default {
|
|||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.tableList = []
|
this.tableList = []
|
||||||
this.resetForm("queryForm")
|
this.resetForm("queryForm")
|
||||||
|
this.queryParams.states = null
|
||||||
this.handleQuery()
|
this.handleQuery()
|
||||||
},
|
},
|
||||||
// 节点单击事件
|
// 节点单击事件
|
||||||
|
Loading…
x
Reference in New Issue
Block a user