From 20cec1ef9175a3e3b31173174663257097828ad8 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Tue, 24 May 2022 16:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E5=B2=97=E4=BD=8D=E7=AE=A1=E7=90=86=20=E6=9C=AA=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=AD=A6=E6=A0=A1=E5=BD=95=E5=85=A5=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_OrganizationModule/Views/Department/Index.js | 2 +- .../Areas/LR_OrganizationModule/Views/Post/Index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js index 6ea627085..a91e41eff 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js @@ -29,7 +29,7 @@ var bootstrap = function ($, learun) { // 新增 $('#lr_add').on('click', function () { if (!companyId) { - learun.alert.warning('请选择公司!'); + learun.alert.warning('请选择学校!'); return false; } selectedRow = null; 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;