|
|
@ -367,7 +367,7 @@ export default { |
|
|
// 查询下拉树结构 |
|
|
// 查询下拉树结构 |
|
|
getNodeTree () { |
|
|
getNodeTree () { |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
site: this.$store.state.user.site, |
|
|
|
|
|
|
|
|
site: this.searchData.site, |
|
|
mainPart: this.searchData.partNo, |
|
|
mainPart: this.searchData.partNo, |
|
|
pId: '0' |
|
|
pId: '0' |
|
|
} |
|
|
} |
|
|
@ -497,7 +497,7 @@ export default { |
|
|
// 批量build |
|
|
// 批量build |
|
|
batchBuild () { |
|
|
batchBuild () { |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
site: this.$store.state.user.site, |
|
|
|
|
|
|
|
|
site: this.searchData.site, |
|
|
mainPart: this.searchData.partNo |
|
|
mainPart: this.searchData.partNo |
|
|
} |
|
|
} |
|
|
this.$confirm('将所有节点的BOM和Routing状态改为Build!', '提示', { |
|
|
this.$confirm('将所有节点的BOM和Routing状态改为Build!', '提示', { |
|
|
|