|
|
@@ -925,9 +925,9 @@
|
|
|
}
|
|
|
for (let i = 0; i < this.selection.length; i++) {
|
|
|
let el = this.selection[i];
|
|
|
- if (!el.bomCategoryId) {
|
|
|
- return this.$message.warning('请选择有BOM版本的数据');
|
|
|
- }
|
|
|
+ // if (!el.bomCategoryId) {
|
|
|
+ // return this.$message.warning('请选择有BOM版本的数据');
|
|
|
+ // }
|
|
|
}
|
|
|
console.log(val, 'val');
|
|
|
// this.homogeneityDialog = true;
|