|
|
@ -4182,6 +4182,7 @@
|
|
|
|
<el-select
|
|
|
|
<el-select
|
|
|
|
v-model="dataItem.sfsjgrxx"
|
|
|
|
v-model="dataItem.sfsjgrxx"
|
|
|
|
:placeholder="'请填写是否涉及个人信息' + (dataIndex + 1)"
|
|
|
|
:placeholder="'请填写是否涉及个人信息' + (dataIndex + 1)"
|
|
|
|
|
|
|
|
@change="changeSfsjgrxx(dataIndex)"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="dict in dict.type.is_no"
|
|
|
|
v-for="dict in dict.type.is_no"
|
|
|
@ -4192,7 +4193,7 @@
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" style="margin-left: 10px">
|
|
|
|
<el-col :span="12" style="margin-left: 10px" v-show="dataItem.sfsjgrxx == 1">
|
|
|
|
<el-form-item label="个人信息数据量" required>
|
|
|
|
<el-form-item label="个人信息数据量" required>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
:placeholder="'请填写个人信息数据量' + (dataIndex + 1)"
|
|
|
|
:placeholder="'请填写个人信息数据量' + (dataIndex + 1)"
|
|
|
@ -4797,6 +4798,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
changeSfsjgrxx(index){
|
|
|
|
|
|
|
|
this.ruleForm.sjzcList[index].grxxsjl = ""
|
|
|
|
|
|
|
|
},
|
|
|
|
addSjzcList() {
|
|
|
|
addSjzcList() {
|
|
|
|
this.ruleForm.sjzcList.push({
|
|
|
|
this.ruleForm.sjzcList.push({
|
|
|
|
sjzcSjkmc: "",
|
|
|
|
sjzcSjkmc: "",
|
|
|
|