From 93b8f7ec8d5bc220859588dda6450fa369c9ec84 Mon Sep 17 00:00:00 2001 From: liangkun Date: Fri, 16 Sep 2022 12:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_SystemModule/Views/DatabaseLink/Form.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DatabaseLink/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DatabaseLink/Form.js index f29d48cb0..55eed8cad 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DatabaseLink/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DatabaseLink/Form.js @@ -16,7 +16,10 @@ var bootstrap = function ($, learun) { page.initData(); }, bind: function () { - $('#F_DbType').lrDataItemSelect({ code: 'DbVersion' }); + $('#F_DbType').lrselect({ + value: 'F_ItemValue', + text: 'F_ItemName', + url: top.$.rootUrl + '/LR_SystemModule/DataItem/GetDetailList?itemCode=DbVersion' }); $('#lr_test').on('click', function () { var dbType = $('#F_DbType').lrselectGet();