From 777b37b11601f1f75e1d480402bfc3367142ea83 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 Nov 2021 10:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=A8=E6=88=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E8=AE=A1=E4=B8=AD=E7=82=B9=E5=87=BB=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E9=83=A8=E4=BB=B6=E5=86=85=E7=9A=84=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BC=9A=E5=B0=9D=E8=AF=95=E9=80=89=E4=B8=AD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_process_Xform/DatatablePC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_process_Xform/DatatablePC.js b/o2web/source/x_component_process_Xform/DatatablePC.js index 7bad05148e..e001aaa7a9 100644 --- a/o2web/source/x_component_process_Xform/DatatablePC.js +++ b/o2web/source/x_component_process_Xform/DatatablePC.js @@ -963,7 +963,7 @@ MWF.xApplication.process.Xform.DatatablePC = new Class( // } }, /** - * 获取对应表单组件,作用等同于getModule。 + * 获取对应表单组件,作用等同于get。 * @param {Number} index 条目序号,从零开始 * @param {String} id 组件标识 * @return {FormComponent} 对应表单组件 -- GitLab