src/views/log/list.vue
@@ -4,8 +4,8 @@ <el-form-item label="用户Id:"> <el-input v-model="queryParam.userId"></el-input> </el-form-item> <el-form-item label="用户名:"> <el-input v-model="queryParam.userName"></el-input> <el-form-item label="真实姓名:"> <el-input v-model="queryParam.realName"></el-input> </el-form-item> <el-form-item> <el-button type="primary" @click="submitForm">查询</el-button> @@ -36,7 +36,8 @@ userId: null, userName: null, pageIndex: 1, pageSize: 10 pageSize: 10, realName: null }, listLoading: true, tableData: [],