29495
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user