Commit a74d4ef2 by 乔延琦

Merge branch 'develop-yuancheng' into 'develop'

fix: 查询editBill传参

See merge request GFP/RBC/rbc-frontend!6
parents 80dbd26c 2aa138cc
......@@ -22,6 +22,8 @@ export default {
{
templateName: templateName,
id: billId,
init: true,
state: ''
},
{
openWay: "FUNCTAB",
......@@ -34,6 +36,7 @@ export default {
c.billId = billId;
c.init = true;
c.modal_visible = true;
c.state = ''
});
}
},
......
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