修改
This commit is contained in:
parent
edf79911ef
commit
efbe30bf57
@ -154,8 +154,9 @@
|
||||
delimg(item) {
|
||||
this.certificateimg = this.certificateimg.filter(e => e != item)
|
||||
this.uploadcertificateimg = this.uploadcertificateimg.filter(e => e != item)
|
||||
this.appPersonallist.nurseStationPersonCertificateList = this.appPersonallist.nurseStationPersonCheckList
|
||||
.filter(e => e != item)
|
||||
this.appPersonallist.nurseStationPersonCertificateList = this.appPersonallist
|
||||
.nurseStationPersonCertificateList
|
||||
.filter(e => (this.baseurl + e.certificateUrl) != item)
|
||||
},
|
||||
//上传证书
|
||||
uploadcertificate() {
|
||||
@ -200,6 +201,7 @@
|
||||
})
|
||||
res.data.nurseStationPersonCheckList = []
|
||||
this.appPersonallist = res.data
|
||||
console.log(this.appPersonallist)
|
||||
})
|
||||
},
|
||||
//上传证书
|
||||
@ -262,6 +264,7 @@
|
||||
}
|
||||
this.appPersonallist.nurseStationPersonCheckList.push(img)
|
||||
})
|
||||
console.log(this.appPersonallist)
|
||||
var that = this
|
||||
var obj = {
|
||||
avatar: that.appPersonallist.avatar,
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Signature from '../v-sign/components/v-sign/v-sign.vue'
|
||||
export default {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user