From f3fa1e2ee49c44fd4e935365217f50fd4ba34232 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 25 Mar 2020 22:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=8F=B3=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E3=80=90Star=E3=80=91=E6=94=B6=E8=97=8F=E6=9C=AC=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=20^=5F^?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/views/modules/test/testDataForm.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/views/modules/test/testDataForm.html b/web/src/main/resources/views/modules/test/testDataForm.html index 2d65057a..d2273976 100644 --- a/web/src/main/resources/views/modules/test/testDataForm.html +++ b/web/src/main/resources/views/modules/test/testDataForm.html @@ -277,8 +277,8 @@ $("#testDataChildDataGrid").dataGrid({ custom_element: function(val, editOptions) { return js.template('listselectTpl', { id: 'user_'+editOptions.id, title: '用户选择', - name: 'testUser.userCode', value: val.split('|')[0], - labelName: 'testUser.userName', labelValue: val.split('|')[1], + name: 'testUser2.userCode', value: val.split('|')[0], + labelName: 'testUser2.userName', labelValue: val.split('|')[1], url: '${ctx}/sys/empUser/empUserSelect', cssClass: '', itemCode: 'userCode', itemName: 'userName' });