From 745a5848f19e68ce194adda60a456fabe0415a7f Mon Sep 17 00:00:00 2001 From: fuhao Date: Thu, 5 Sep 2024 19:58:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BF=A1=E6=81=AF=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E4=BF=A1=E6=81=AF=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/board/content/index.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 = "修改预置信息及模版"; });