Merge remote-tracking branch 'origin/dev-nx' into dev-nx
This commit is contained in:
commit
023e3fe2bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue