src/views/safetyproduction/feature.vue
@@ -110,6 +110,7 @@ v-model="form.parentId" placeholder="请选择" style="width: 100%" :disabled="title=='编辑'?true:false" > <el-option v-for="item in parent" @@ -234,7 +235,7 @@ }; } else { this.title = "编辑"; this.form = value; this.form=JSON.parse(JSON.stringify(value)); } }, AddelementManagement() {