This commit is contained in:
shijingjing
2022-05-05 17:17:26 +08:00
parent b9a6dedb62
commit e0123f55d9
2 changed files with 3 additions and 2 deletions

View File

@@ -710,7 +710,6 @@ export default {
getInfo(id) {
this.$http.post(`/app/apppreventionreturntopoverty/queryDetailById?id=${id}`).then(res => {
if (res?.data) {
console.log(res.data);
res.data.basicsCheckList = res.data.basicsCheck.split(',')
res.data.basicsCheckList.map((item, index) => {
this.basicsCheckList[index].checked = true

View File

@@ -174,7 +174,9 @@ export default {
this.$dict.load('fpRelationship','sex','fpNation','fpPoliticalOutlook','fpYear','fpLaborSkills','fpEmploymentChannels')
this.id = o.id,
this.getInfo()
uni.$on('reload',()=>{
this.getInfo()
})
},
methods: {
getInfo() {