29495
This commit is contained in:
@@ -710,7 +710,6 @@ export default {
|
|||||||
getInfo(id) {
|
getInfo(id) {
|
||||||
this.$http.post(`/app/apppreventionreturntopoverty/queryDetailById?id=${id}`).then(res => {
|
this.$http.post(`/app/apppreventionreturntopoverty/queryDetailById?id=${id}`).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
console.log(res.data);
|
|
||||||
res.data.basicsCheckList = res.data.basicsCheck.split(',')
|
res.data.basicsCheckList = res.data.basicsCheck.split(',')
|
||||||
res.data.basicsCheckList.map((item, index) => {
|
res.data.basicsCheckList.map((item, index) => {
|
||||||
this.basicsCheckList[index].checked = true
|
this.basicsCheckList[index].checked = true
|
||||||
|
|||||||
@@ -174,7 +174,9 @@ export default {
|
|||||||
this.$dict.load('fpRelationship','sex','fpNation','fpPoliticalOutlook','fpYear','fpLaborSkills','fpEmploymentChannels')
|
this.$dict.load('fpRelationship','sex','fpNation','fpPoliticalOutlook','fpYear','fpLaborSkills','fpEmploymentChannels')
|
||||||
this.id = o.id,
|
this.id = o.id,
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
|
uni.$on('reload',()=>{
|
||||||
|
this.getInfo()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getInfo() {
|
getInfo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user