标准入库归档位置赋值

This commit is contained in:
宋伟佳
2022-02-17 19:10:54 +08:00
parent 6a88b8111f
commit 157e35192f
@@ -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) {