29328
This commit is contained in:
@@ -60,6 +60,7 @@ export default {
|
|||||||
getInfo() {
|
getInfo() {
|
||||||
this.$http.post(`/app/apppreventionreturntopovertylog/queryDetailById?id=${this.id}`).then(res => {
|
this.$http.post(`/app/apppreventionreturntopovertylog/queryDetailById?id=${this.id}`).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
this.operationDesc = res.data.operationDesc
|
||||||
this.detail = res.data.detail
|
this.detail = res.data.detail
|
||||||
this.files = res.data.files || []
|
this.files = res.data.files || []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user