编辑党员认证
This commit is contained in:
		@@ -132,7 +132,15 @@ export default {
 | 
			
		||||
    getDetail() {
 | 
			
		||||
      this.$instance.post(`/app/appparty/detail?id=${this.user.partyId}`).then(res=> {
 | 
			
		||||
        if(res?.data) {
 | 
			
		||||
          this.form = {...res.data}
 | 
			
		||||
          this.form.id = res.data.id
 | 
			
		||||
          this.form.name = res.data.name
 | 
			
		||||
          this.form.idNumber = res.data.idNumber
 | 
			
		||||
          this.form.phone = res.data.phone
 | 
			
		||||
          this.form.partyOrgId = res.data.partyOrgId
 | 
			
		||||
          this.form.partyOrgName = res.data.partyOrgName
 | 
			
		||||
          this.form.joinPartyTime = res.data.joinPartyTime
 | 
			
		||||
          this.form.partyType = res.data.partyType
 | 
			
		||||
          this.form.partyStatus = res.data.partyStatus
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user