统计分析优化

This commit is contained in:
hepp
2024-08-05 19:45:20 +08:00
parent 7775f4c3fc
commit 93db68014f
5 changed files with 342 additions and 127 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-card>
<el-form label-width="80px">
<el-form label-width="80px" ref="queryForm">
<div class="grab" id="add">
<div class="search">
<div class="sl">
@@ -49,8 +49,8 @@
</el-form-item>
</div>
<div class="sr">
<el-button type="primary" icon="el-icon-search">搜索</el-button>
<el-button icon="el-icon-refresh-left">重置</el-button>
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh-left" @click="reset">重置</el-button>
</div>
</div><!--search 默认查询-->
</div><!--grab-->
@@ -622,21 +622,9 @@ export default {
},
// 表单重置
reset() {
this.form = {
userId: undefined,
deptId: undefined,
userName: undefined,
nickName: undefined,
password: undefined,
phonenumber: undefined,
email: undefined,
sex: undefined,
status: "0",
remark: undefined,
postIds: [],
roleIds: []
};
this.resetForm("form");
this.toolList = []
this.resetForm("queryForm")
this.handleQuery()
},
/**=============================申请使用Start================================*/
applyUse(){