Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
59832047cd
  1. 6
      src/views/modules/base/huji/immigration/edit.vue

6
src/views/modules/base/huji/immigration/edit.vue

@ -133,7 +133,7 @@
>享受福利</el-checkbox
>
<el-checkbox
v-model="fmData.isCHeck"
v-model="fmData.isCheck"
true-label="1"
false-label="0"
@change="checkResiAvailable"
@ -353,7 +353,7 @@ function iniFmData() {
mobile: '',
idCard: '',
isWelfare: '0', //01
isCHeck: '0',
isCheck: '0',
gender: '',
age: '',
inTime: '',
@ -767,7 +767,7 @@ export default {
message: '手机号格式有误'
})
}
if (this.fmData.isCHeck && this.userInfo && this.userInfo.resiHomeId) {
if (this.fmData.isCheck && this.userInfo && this.userInfo.resiHomeId) {
const { user } = this.$store.state
if (user.agencyId == this.userInfo.resiAgencyId) {
if (this.userInfo.resiHomeId !== this.fmData.homeId) {

Loading…
Cancel
Save