Commit 48772697 authored by yanzhengyang's avatar yanzhengyang

出差申请查询bug修复

parent 44a40f78
...@@ -277,6 +277,7 @@ function handleQuery() { ...@@ -277,6 +277,7 @@ function handleQuery() {
/** 重置按钮操作 */ /** 重置按钮操作 */
function resetQuery() { function resetQuery() {
proxy.resetForm("queryRef"); proxy.resetForm("queryRef");
queryParams.value.tripStartDate = null
handleQuery(); handleQuery();
} }
......
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