测试问题优化
This commit is contained in:
parent
b340c8ec01
commit
2463392124
|
|
@ -376,6 +376,7 @@ export default {
|
|||
unitId: undefined,
|
||||
modelId: undefined,
|
||||
typeId: undefined,
|
||||
agreementId: '',
|
||||
},
|
||||
openCode: false, //编码弹窗开关
|
||||
openNum: false, //数量弹窗开关
|
||||
|
|
@ -557,6 +558,7 @@ export default {
|
|||
let param = {
|
||||
parentId: row.id,
|
||||
typeId: modelIdsJoined,
|
||||
agreementId: row.agreementId,
|
||||
}
|
||||
backReceiveRecordWeb(param).then(res => {
|
||||
if (res.code == 200) {
|
||||
|
|
@ -592,6 +594,7 @@ export default {
|
|||
this.codeQuery.parentId = row.id
|
||||
this.codeQuery.taskId = row.taskId
|
||||
this.codeQuery.typeId = row.modelId
|
||||
this.codeQuery.agreementId = row.agreementId
|
||||
this.dialogIsView = false
|
||||
this.returnNum = Number(row.num)
|
||||
this.handleCodeQuery()
|
||||
|
|
|
|||
Loading…
Reference in New Issue