Commit ecaf8cb9 authored by jingnan's avatar jingnan 👀

领用出库申请联调

parent a30a1365
...@@ -198,6 +198,7 @@ export default { ...@@ -198,6 +198,7 @@ export default {
post('/OutStorageRequest/outStorageUse/saveAndTake', param).then(res => { post('/OutStorageRequest/outStorageUse/saveAndTake', param).then(res => {
this.$bus.$emit('getApplyId', res.items.id) this.$bus.$emit('getApplyId', res.items.id)
this.form.id = res.items.id this.form.id = res.items.id
this.form.objFileLinks = res.items.objFileLinks
const data = res.items.inStorageRequestItems const data = res.items.inStorageRequestItems
const tableData = [...this.tableData] const tableData = [...this.tableData]
data.forEach(item => { data.forEach(item => {
......
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