去除多余字段

This commit is contained in:
binbin_pan 2024-05-15 13:45:52 +08:00
parent ec1c6141b1
commit d163158826
1 changed files with 2 additions and 2 deletions

View File

@ -797,7 +797,7 @@ export default {
}
backReceiveRecordWeb(param).then((res) => {
if (res.code == 200) {
this.title = '查看1'
this.title = '查看'
this.openNum = true
this.dialogIsView = true
this.numList = res.data.rows
@ -824,7 +824,7 @@ export default {
}
})
} else if (row.manageType == '0') {
this.title = '查看0'
this.title = '查看'
this.openCode = true
this.resetForm('codeQuery')
this.codeQuery.parentId = row.id