diff --git a/ruoyi-ui/src/views/board/content/index.vue b/ruoyi-ui/src/views/board/content/index.vue
index 944a4a36..2a12e014 100644
--- a/ruoyi-ui/src/views/board/content/index.vue
+++ b/ruoyi-ui/src/views/board/content/index.vue
@@ -64,11 +64,7 @@
-
-
-
-
-
+
@@ -111,7 +107,6 @@
v-model="form.infoType"
:options="planTypeOptions"
:props="{lable: 'lable', value: 'id', expandTrigger:'hover', emitPath: false}"
- clearable
/>
@@ -381,7 +376,6 @@ export default {
const id = row.id || this.ids
getContent(id).then(response => {
this.form = response.data;
- this.form.infoType += '';
this.open = true;
this.title = "修改预置信息及模版";
});