领料单修改
This commit is contained in:
parent
64a4fcb54b
commit
8f4978da01
|
|
@ -924,8 +924,10 @@ export default {
|
|||
async handleLld(row) {
|
||||
this.title = '领料单'
|
||||
this.open = true
|
||||
var ids = row.id
|
||||
const res = await getApplyInfo(ids)
|
||||
// var ids = row.id
|
||||
const { id, publishTask } = row
|
||||
this.publishTask = publishTask
|
||||
const res = await getApplyInfo(id, { keyWord: this.queryOutView.keyWord, publishTask })
|
||||
this.leaseApplyDetails = res.data.leaseApplyDetailsList
|
||||
this.leaseApplyData = res.data.leaseApplyInfo
|
||||
this.kgSignList = res.data.kgSignList || []
|
||||
|
|
|
|||
Loading…
Reference in New Issue