Commit bd8b561e by liangjianmin

fix(store): update log retrieval ID in handleClick method

- Changed the log retrieval ID from 507 to 508 in the handleClick method to ensure correct logging functionality.
- This adjustment improves the accuracy of log data associated with goods interactions.
parent 3d79d91d
Showing with 1 additions and 1 deletions
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
* @param row * @param row
*/ */
handleClick(row) { handleClick(row) {
this.getLogs(507, row.goods_id); this.getLogs(508, row.goods_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 sign in to comment