Commit b3778ad6 by LJM

css

parent b27a72b5
......@@ -195,7 +195,7 @@ export default {
});
},
handleClick(row) {
this.getLogs(501, row.purchase_id);
this.getLogs(204, row.purchase_id);
console.log(row);
},
submit() {
......
......@@ -143,7 +143,7 @@ export default {
});
},
handleClick(row) {
this.getLogs(502, row.stock_in_id);
this.getLogs(206, row.stock_in_id);
console.log(row);
},
submit() {
......
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 sign in to comment