点检计划-设备清单

This commit is contained in:
JinLu.Yin
2022-06-18 13:54:00 +08:00
parent c3c0511cb7
commit 515b24e4ad
4 changed files with 208 additions and 0 deletions

View File

@@ -230,6 +230,7 @@ export default {
// 多选框选中数据
handleSelectionChange(selection) {
this.ids = selection.map(item => item.machineryId);
this.selectedRows = selection;
this.single = selection.length != 1;
this.multiple = !selection.length;
},