xy 11 months ago
parent 5f2c96aabc
commit 4e38450607

@ -76,7 +76,7 @@
<span style="padding: 0 6px"> 报销类型 </span> <span style="padding: 0 6px"> 报销类型 </span>
<span> <span>
<Select <Select
v-model="select.type" v-model="select.report_type"
clearable clearable
placeholder="选择报销类型" placeholder="选择报销类型"
style="width: 130px" style="width: 130px"
@ -185,7 +185,7 @@
" "
>新增</Button >新增</Button
> >
<Button style="margin-left: 10px" type="primary" @click="getList" <Button style="margin-left: 10px" type="primary" @click="select.page = 1,getList()"
>查询</Button >查询</Button
> >
<Button style="margin-left: 10px" type="primary" @click="init" <Button style="margin-left: 10px" type="primary" @click="init"

Loading…
Cancel
Save