Commit 06bd89ab by yubin

Merge remote-tracking branch 'origin/master'

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