测试问题优化

This commit is contained in:
BianLzhaoMin 2024-05-07 16:31:07 +08:00
parent b340c8ec01
commit 2463392124
1 changed files with 3 additions and 0 deletions

View File

@ -376,6 +376,7 @@ export default {
unitId: undefined, unitId: undefined,
modelId: undefined, modelId: undefined,
typeId: undefined, typeId: undefined,
agreementId: '',
}, },
openCode: false, // openCode: false, //
openNum: false, // openNum: false, //
@ -557,6 +558,7 @@ export default {
let param = { let param = {
parentId: row.id, parentId: row.id,
typeId: modelIdsJoined, typeId: modelIdsJoined,
agreementId: row.agreementId,
} }
backReceiveRecordWeb(param).then(res => { backReceiveRecordWeb(param).then(res => {
if (res.code == 200) { if (res.code == 200) {
@ -592,6 +594,7 @@ export default {
this.codeQuery.parentId = row.id this.codeQuery.parentId = row.id
this.codeQuery.taskId = row.taskId this.codeQuery.taskId = row.taskId
this.codeQuery.typeId = row.modelId this.codeQuery.typeId = row.modelId
this.codeQuery.agreementId = row.agreementId
this.dialogIsView = false this.dialogIsView = false
this.returnNum = Number(row.num) this.returnNum = Number(row.num)
this.handleCodeQuery() this.handleCodeQuery()