去除多余字段
This commit is contained in:
parent
ec1c6141b1
commit
d163158826
|
|
@ -797,7 +797,7 @@ export default {
|
||||||
}
|
}
|
||||||
backReceiveRecordWeb(param).then((res) => {
|
backReceiveRecordWeb(param).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.title = '查看1'
|
this.title = '查看'
|
||||||
this.openNum = true
|
this.openNum = true
|
||||||
this.dialogIsView = true
|
this.dialogIsView = true
|
||||||
this.numList = res.data.rows
|
this.numList = res.data.rows
|
||||||
|
|
@ -824,7 +824,7 @@ export default {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (row.manageType == '0') {
|
} else if (row.manageType == '0') {
|
||||||
this.title = '查看0'
|
this.title = '查看'
|
||||||
this.openCode = true
|
this.openCode = true
|
||||||
this.resetForm('codeQuery')
|
this.resetForm('codeQuery')
|
||||||
this.codeQuery.parentId = row.id
|
this.codeQuery.parentId = row.id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue