From 742b5b1941fc19505401820bead1619347c7d88e Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 3 Aug 2022 14:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E5=86=9B=E6=84=8F=E5=90=91=E7=B3=BB?= =?UTF-8?q?=E9=83=A8=E5=9B=9E=E6=98=BE=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LogisticsManagement/Views/MSRIntentionManagement/Index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/MSRIntentionManagement/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/MSRIntentionManagement/Index.js index 30a0bba7c..ff6912b26 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/MSRIntentionManagement/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/MSRIntentionManagement/Index.js @@ -121,7 +121,7 @@ var bootstrap = function ($, learun) { learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdDeptInfo', key: value, - keyId: 'deptname', + keyId: 'deptno', callback: function (_data) { callback(_data['deptname']); }