Commit 7f034724 by 杨宇庆 Committed by Gitee

修复:解决操作日志无法搜索操作人的问题

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
parent 93bee8c8
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<el-form-item label="操作人" prop="userId"> <el-form-item label="操作人" prop="userId">
<el-select <el-select
v-model="queryParams.userId" v-model="queryParams.userId"
multiple clearable
filterable
placeholder="请输入操作人员" placeholder="请输入操作人员"
class="!w-240px" class="!w-240px"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment