From 4f145d94dcd5f051e292fa48126afd3dcf34b028 Mon Sep 17 00:00:00 2001 From: ndbs Date: Sat, 11 Jun 2022 22:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E4=BF=A1=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_OrganizationModule/Views/Post/Index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js index f5b5aca8e..18b70306c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js @@ -50,7 +50,7 @@ var bootstrap = function ($, learun) { // 新增 $('#lr_add').on('click', function () { if (!companyId) { - learun.alert.warning('请选择公司!'); + learun.alert.warning('请选择学校!'); return false; } selectedRow = null;