diff --git a/src/views/components/renwuType/webType1.vue b/src/views/components/renwuType/webType1.vue index 43f059f..49ebbdc 100644 --- a/src/views/components/renwuType/webType1.vue +++ b/src/views/components/renwuType/webType1.vue @@ -4601,7 +4601,7 @@ @@ -4623,7 +4623,7 @@ + > @@ -5164,6 +5165,7 @@ export default { ruleForm: { sjzcList: [ { + grxxsjl: 0, sjzcSjkmc: "", sjzcSjklx: "", }, @@ -5391,10 +5393,18 @@ export default { } return url; }, + changeSfsjgrxx(index) { + if (this.ruleForm.sjzcList[index].sfsjgrxx != 1) { + this.ruleForm.sjzcList[index].grxxsjl = 0; + } else { + this.ruleForm.sjzcList[index].grxxsjl = ""; + } + }, addSjzcList() { this.ruleForm.sjzcList.push({ sjzcSjkmc: "", sjzcSjklx: "", + grxxsjl: 0, }); }, removeSjzcList(index) { diff --git a/src/views/components/renwuType/webType2DW.vue b/src/views/components/renwuType/webType2DW.vue index 013bc0f..df9a9f0 100644 --- a/src/views/components/renwuType/webType2DW.vue +++ b/src/views/components/renwuType/webType2DW.vue @@ -4716,7 +4716,7 @@ @@ -4738,7 +4738,7 @@ + > @@ -5277,6 +5278,7 @@ export default { ruleForm: { sjzcList: [ { + grxxsjl: 0, sjzcSjkmc: "", sjzcSjklx: "", }, @@ -5517,10 +5519,18 @@ export default { } return url; }, + changeSfsjgrxx(index) { + if (this.ruleForm.sjzcList[index].sfsjgrxx != 1) { + this.ruleForm.sjzcList[index].grxxsjl = 0; + } else { + this.ruleForm.sjzcList[index].grxxsjl = ""; + } + }, addSjzcList() { this.ruleForm.sjzcList.push({ sjzcSjkmc: "", sjzcSjklx: "", + grxxsjl: 0, }); }, removeSjzcList(index) {