Commit 0b6ca0df by LJM

goods_id

parent 692553ae
......@@ -484,7 +484,7 @@ export default {
* @param row
*/
handleClick(row) {
this.getLogs(507, '1168906660256142490');
this.getLogs(507, row.goods_id);
},
/**
* 查看日志详情
......@@ -792,7 +792,7 @@ export default {
});
return;
}
// 修改价格时检查是否只选择了一条数据
if (command == 4 && this.multipleSelection.length > 1) {
this.$message({
......@@ -801,7 +801,7 @@ export default {
});
return;
}
this.selectData = JSON.parse(JSON.stringify(this.multipleSelection));
if (command == 1) {
//修改库存弹窗
......
......@@ -519,7 +519,7 @@ export default {
* @param row
*/
handleClick(row) {
this.getLogs(507, '1168906660256142490');
this.getLogs(507, 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