标准入库归档位置赋值
This commit is contained in:
@@ -2314,6 +2314,7 @@ export default {
|
|||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.treeListOptions = res.data
|
this.treeListOptions = res.data
|
||||||
|
if(bringData.standNumber){
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/getStandMenuId', {
|
this.$http.get('sarStandardsInfo/sar-standards-info/getStandMenuId', {
|
||||||
standId: bringData.id,
|
standId: bringData.id,
|
||||||
}, {}, reson => {
|
}, {}, reson => {
|
||||||
@@ -2334,6 +2335,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleStandardPageChange(page) {
|
handleStandardPageChange(page) {
|
||||||
@@ -2985,6 +2987,7 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
treeHideCancel() {
|
treeHideCancel() {
|
||||||
|
this.treeListOptions = []
|
||||||
this.modalShowTree = false
|
this.modalShowTree = false
|
||||||
},
|
},
|
||||||
popoverHideBusVs(checkedIds, checkedData, isShow, isLoadChild, topId) {
|
popoverHideBusVs(checkedIds, checkedData, isShow, isLoadChild, topId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user