Browse Source

Merge remote-tracking branch 'origin/master'

master
God 3 years ago
parent
commit
5f0724872a
  1. 2
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
  5. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

2
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue

@ -515,7 +515,7 @@ export default {
} else {
this.policyOneChecked = false
}
if (this.formobj.deductionPolicyTwoOne === '0') {
if (this.formobj.deductionPolicyThreeOne === '0') {
this.policyTwoChecked = true
} else {
this.policyTwoChecked = false

2
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue

@ -282,7 +282,7 @@ export default {
} else {
this.policyOneChecked = false
}
if (this.formobj.deductionPolicyTwoOne === '0') {
if (this.formobj.deductionPolicyThreeOne === '0') {
this.policyTwoChecked = true
} else {
this.policyTwoChecked = false

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue

@ -355,7 +355,7 @@ export default {
} else {
this.policyOneChecked = false
}
if (this.formobj.deductionPolicyTwoOne === '0') {
if (this.formobj.deductionPolicyThreeOne === '0') {
this.policyTwoChecked = true
} else {
this.policyTwoChecked = false

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

@ -530,7 +530,7 @@ export default {
} else {
this.policyOneChecked = false
}
if (this.formobj.deductionPolicyTwoOne === '0') {
if (this.formobj.deductionPolicyThreeOne === '0') {
this.policyTwoChecked = true
} else {
this.policyTwoChecked = false

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

@ -318,7 +318,7 @@ export default {
} else {
this.policyOneChecked = false
}
if (this.formobj.deductionPolicyTwoOne === '0') {
if (this.formobj.deductionPolicyThreeOne === '0') {
this.policyTwoChecked = true
} else {
this.policyTwoChecked = false

Loading…
Cancel
Save