整合通讯录组件渲染

This commit is contained in:
aixianling
2022-07-19 14:55:51 +08:00
parent bd410a9559
commit b5a0522fb9
14 changed files with 35 additions and 35 deletions

View File

@@ -232,7 +232,7 @@
mounted () {
this.getInfo()
this.getFormInfo()
this.dict.load(['wxUserType']).then(() => {
this.getList()
})
@@ -247,7 +247,7 @@
if (res.code == 0) {
this.tableData = res.data.records
this.total = res.data.total
this.$initWxOpenData()
this.$store.dispatch('initOpenData')
}
})
},
@@ -322,7 +322,7 @@
this.targetList = res.data.fields.map(item => {
return JSON.parse(item.fieldInfo)
})
this.$initWxOpenData()
this.$store.dispatch('initOpenData')
}
})
},
@@ -608,7 +608,7 @@
.statistics-wrapper__body--item {
margin-bottom: 20px;
background: #FFFFFF;
border-radius: 4px;
border-radius: 4px;
border: 1px solid #DDDDDD;
}