Commit 394e7e14 authored by 我在何方's avatar 我在何方

付款单修复

parent 725ffa9c
...@@ -340,7 +340,7 @@ export default { ...@@ -340,7 +340,7 @@ export default {
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd(id) { handleAdd(id) {
return this.$router.push("creatPayment?payableId=" + id); return this.$router.push("creatPayment?id=" + id);
}, },
examineClick(id) { examineClick(id) {
return this.$router.push("paymentExamine?id=" + id); return this.$router.push("paymentExamine?id=" + id);
......
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