mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
账单查询
This commit is contained in:
parent
0f11b91984
commit
ef678df016
@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请输入标题" v-model="billManageInfo.conditions.title"
|
||||
<input type="text" placeholder="请输入账单编号" v-model="billManageInfo.conditions.title"
|
||||
class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
};
|
||||
|
||||
//发送get请求
|
||||
vc.http.apiGet('billManage',
|
||||
vc.http.apiGet('fee.listBill',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _billManageInfo = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user