From 85a3b4b885947427e2bb423e213551ea90fdf2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 27 May 2024 15:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/commonNews/course-add-or-update.vue | 12 ++++++------ src/views/modules/commonNews/newsList.vue | 11 +++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/views/modules/commonNews/course-add-or-update.vue b/src/views/modules/commonNews/course-add-or-update.vue index 2a818f7..4a34ac3 100644 --- a/src/views/modules/commonNews/course-add-or-update.vue +++ b/src/views/modules/commonNews/course-add-or-update.vue @@ -61,7 +61,7 @@ > - + - +
@@ -164,7 +164,7 @@ import AddOrUpdate from "./course-add-or-update"; export default { data() { return { - linkList: [{ label: "外链", value: 0 }, { label: "富文本", value: 1 }], + linkList: [{ label: "外链", value: 1 }, { label: "富文本", value: 0 }], selectQueryApp: null, APPList: [ { label: "疯子读书", value: 2, valueName: "isBook" }, @@ -176,9 +176,8 @@ export default { }, query: { type: "", - categoryId: "", - sociologyId: "", - keywords: "" + title:"" + }, dataList: [], delFlag: false,