Commit 4c04faea authored by zhengke's avatar zhengke
parents ee61d69f 1542c54c
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="col-3"> <div class="col-3">
<q-select <q-select
@input="resetSearch" @input="resetSearch"
clearable
filled filled
v-model="msg.Type" v-model="msg.Type"
:options="TypeList" :options="TypeList"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div class="col-3"> <div class="col-3">
<q-select <q-select
@input="resetSearch" @input="resetSearch"
clearable
filled filled
v-model="msg.AuditStatus" v-model="msg.AuditStatus"
:options="ApproveStateList" :options="ApproveStateList"
......
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