lion 1 year ago
parent eb050823a1
commit 6353b03ea8

@ -446,9 +446,9 @@ export default {
sort: 0, sort: 0,
}, { }, {
name: '个人荣誉', name: '个人荣誉',
field: 'checkbox', field: 'type',
rule: '', rule: '',
edit_input: "radio", edit_input: "checkbox",
help: '请如实填写,后期需提供证明材料', help: '请如实填写,后期需提供证明材料',
need_fill: 0, need_fill: 0,
belong_user: 1, belong_user: 1,

@ -416,8 +416,6 @@
if (newVal) { if (newVal) {
if (this.type === 'editor') { if (this.type === 'editor') {
this.getDetail() this.getDetail()
} else if (this.type === 'check') {
// this.getSignDetail()
} }
} else { } else {
this.id = '' this.id = ''

Loading…
Cancel
Save