diff --git a/src/views/components/assetsType/index.vue b/src/views/components/assetsType/index.vue index 636c8fb..60b0e2f 100644 --- a/src/views/components/assetsType/index.vue +++ b/src/views/components/assetsType/index.vue @@ -4193,7 +4193,7 @@ - + @@ -5136,6 +5137,7 @@ export default { ruleForm: { sjzcList: [ { + grxxsjl:0, sjzcSjkmc: "", sjzcSjklx: "", }, @@ -5395,10 +5397,19 @@ export default { } }, methods: { + 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) {