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