|
|
@@ -478,8 +478,8 @@
|
|
|
categoryId: this.searchObj.categoryId,
|
|
|
versions: this.searchObj.versions,
|
|
|
bomType: this.currentNodeData.bomType,
|
|
|
- isTemp: this.searchObj.isTemp
|
|
|
- });
|
|
|
+ isTemp: this.searchObj.isTemp || 0
|
|
|
+ });
|
|
|
this.treeLoading = false;
|
|
|
if (res?.code === '0') {
|
|
|
if (res.data?.length > 0) {
|