Commit 207378c7 authored by yanzhengyang's avatar yanzhengyang

费用审批-日常报销搜索bug修复

parent cad76f82
......@@ -95,7 +95,7 @@
<el-form-item label="报销月份">
<el-date-picker
v-model="queryParams.reimbursementMonth"
value-format="YYYY-MM"
value-format="YYYY-M"
type="month"
placeholder="请选择报销月份"
></el-date-picker>
......@@ -288,6 +288,8 @@ const reset = () => {
isTaxiType.value = true;
queryParams.projectName = null
queryParams.approvalStatus = null
queryParams.reimbursementMonth = null
queryParams.approvalUser = null
getList()
}
//获取当前用户角色信息
......
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 to comment