Commit 06bd89ab by yubin

Merge remote-tracking branch 'origin/master'

parents 6a8bfd30 e1529323
...@@ -717,9 +717,9 @@ export default { ...@@ -717,9 +717,9 @@ export default {
clearWarehouse(row) { clearWarehouse(row) {
this.$set(row, 'warehouseId', null); this.$set(row, 'warehouseId', null);
this.$set(row, 'warehousesName', null); this.$set(row, 'warehousesName', null);
// 同时清除库位选择 // // 同时清除库位选择
this.clearLocation(row); // this.clearLocation(row);
this.$emit('cell-change', { row, prop: 'warehouseId', value: null }); // this.$emit('cell-change', { row, prop: 'warehouseId', value: null });
}, },
// 清除库位选择 // 清除库位选择
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论