Commit 2aa138cc by 袁成

fix: 查询editBill传参

parent 80dbd26c
...@@ -22,6 +22,8 @@ export default { ...@@ -22,6 +22,8 @@ export default {
{ {
templateName: templateName, templateName: templateName,
id: billId, id: billId,
init: true,
state: ''
}, },
{ {
openWay: "FUNCTAB", openWay: "FUNCTAB",
...@@ -34,6 +36,7 @@ export default { ...@@ -34,6 +36,7 @@ export default {
c.billId = billId; c.billId = billId;
c.init = true; c.init = true;
c.modal_visible = 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