Commit 12ab96d5 by LJM

js

parent b3778ad6
Showing with 1 additions and 1 deletions
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
}); });
}, },
handleClick(row) { handleClick(row) {
this.getLogs(206, row.stock_in_id); this.getLogs(205, row.stock_in_id);
console.log(row); console.log(row);
}, },
submit() { 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