This commit is contained in:
shijingjing
2022-04-27 10:19:43 +08:00
parent 4b5dc3e42f
commit f4b3956e3e

View File

@@ -60,6 +60,7 @@ export default {
getInfo() {
this.$http.post(`/app/apppreventionreturntopovertylog/queryDetailById?id=${this.id}`).then(res => {
if (res.code == 0) {
this.operationDesc = res.data.operationDesc
this.detail = res.data.detail
this.files = res.data.files || []
}