mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 18:06:44 +08:00
fix: 手动点击本人之后不可再次修改内容,按照原流程走
This commit is contained in:
@@ -529,6 +529,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
source: this.$route.query.source,
|
||||
isNewPeopleFlagTipshow: false,
|
||||
isMarriageStatusShow: false,
|
||||
withRootUser: {
|
||||
@@ -1105,6 +1106,8 @@ export default {
|
||||
} else if (this.pickerType === '11') {
|
||||
this.userInfo.npType = value.id
|
||||
}
|
||||
// 如果是主动选择本人, 那么不让填写了
|
||||
this.source = ""
|
||||
},
|
||||
//证件起始截止日期
|
||||
onDateConfirm(val, type) {
|
||||
@@ -2058,7 +2061,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
isReadonly() {
|
||||
return this.isAppnt && this.$route.query.source !== 'trial'
|
||||
return this.isAppnt && this.source !== 'trial'
|
||||
},
|
||||
isShowOthenSalarySource() {
|
||||
if (this.userInfo.salarySource == '4') {
|
||||
|
||||
Reference in New Issue
Block a user