路由页面

This commit is contained in:
liuye
2021-12-23 11:03:06 +08:00
parent f4a377955f
commit f520a17c68
23 changed files with 339 additions and 2 deletions

View File

@@ -57,12 +57,14 @@ export default {
showStstus: false,
flag: false,
areaIdProps: '',
moduleId: ''
}
},
computed: { ...mapState(['user']) },
onLoad(o) {
console.log(o)
this.id = o.id
this.moduleId = o.moduleId
this.areaIdProps = this.user.areaId
this.$dict.load('realityStatus').then(() => {
this.getDetail()
@@ -113,6 +115,7 @@ export default {
// images: JSON.stringify(imgs) || [],
images: imgs || [],
id: this.id,
moduleId: this.moduleId
})
.then((res) => {
if (res.code == 0) {