From fb742262b5cc5080e0ffb724da093446b55594b1 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 8 Aug 2022 17:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E9=97=AE=E5=8D=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=20=E5=88=97=E8=A1=A8=E5=9B=9E=E6=98=BE=E6=9C=89?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/Ask/Views/Ask_MainOfTeacher/Form.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Ask/Views/Ask_MainOfTeacher/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Ask/Views/Ask_MainOfTeacher/Form.js index 84c92bf26..d7a922a8b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Ask/Views/Ask_MainOfTeacher/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Ask/Views/Ask_MainOfTeacher/Form.js @@ -59,6 +59,9 @@ var bootstrap = function ($, learun) { return false; } $("#DepartmentIdsName").val($("#DepartmentIds").find(".lr-select-placeholder").text()); + if ($("#DepartmentIdsName").val() == "==请选择==") { + $("#DepartmentIdsName").val(""); + } var postData = { strEntity: JSON.stringify($('body').lrGetFormData()) };