Commit aa66ff62 authored by jingnan's avatar jingnan 👀

供外出库确认节点调整占用刷新界面

parent 230d364a
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
this.isRefresh = true this.isRefresh = true
this.$refs.adjustOccupyInfo.$refs.asCom.getData() this.$refs.adjustOccupyInfo.$refs.asCom.getData()
this.$refs.adjustOccupyJobResponse.$refs.asCom.getData() this.$refs.adjustOccupyJobResponse.$refs.asCom.getData()
if (this.basicData && this.basicData.fromPage === 'OutStorageUseConfirm') { // 领用出库确认流程节点展示 if (this.basicData && (this.basicData.fromPage === 'OutStorageUseConfirm' || this.basicData.fromPage === 'OutStorageOutConfirm')) { // 领用出库确认流程节点展示
this.$bus.$emit('refreshUseItemConfirm') this.$bus.$emit('refreshUseItemConfirm')
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment