css
This commit is contained in:
@@ -244,10 +244,12 @@ export default {
|
|||||||
this.form.girdName = v.girdName
|
this.form.girdName = v.girdName
|
||||||
},
|
},
|
||||||
getUser() {
|
getUser() {
|
||||||
this.getUserInfo().then(() => {
|
this.getUserInfo('qujing').then(() => {
|
||||||
this.getDict()
|
this.getDict()
|
||||||
this.form.phone = this.user.phone
|
this.form.phone = this.user.phone
|
||||||
this.form.name = this.user.realName || ''
|
this.form.name = this.user.realName || ''
|
||||||
|
this.form.girdName = this.user.girdName || ''
|
||||||
|
this.form.girdId = this.user.girdId || ''
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.$refs.login.show()
|
this.$refs.login.show()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getDetail() {
|
getDetail() {
|
||||||
this.$http.post(`/app/apppatrolreportinfov2/queryDetailById?id=${this.id}`).then((res) => {
|
this.$instance.post(`/app/apppatrolreportinfov2/queryDetailById?id=${this.id}`).then((res) => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.forms = res.data
|
this.forms = res.data
|
||||||
this.forms.mapInfo = {
|
this.forms.mapInfo = {
|
||||||
|
|||||||
@@ -411,8 +411,8 @@ uni-page-body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 220px;
|
width: 202px;
|
||||||
height: 220px;
|
height: 202px;
|
||||||
margin: 0 8px 8px 0;
|
margin: 0 8px 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user