|
@@ -526,7 +526,7 @@
|
|
|
let param = {
|
|
let param = {
|
|
|
categoryId: this.searchObj.categoryId,
|
|
categoryId: this.searchObj.categoryId,
|
|
|
bomType: this.currentNodeData.bomType,
|
|
bomType: this.currentNodeData.bomType,
|
|
|
- isTemp: this.searchObj.isTemp
|
|
|
|
|
|
|
+ isTemp: this.searchObj.isTemp || 0
|
|
|
};
|
|
};
|
|
|
versionList(param).then((res) => {
|
|
versionList(param).then((res) => {
|
|
|
this.versList = res || [];
|
|
this.versList = res || [];
|