From 80e71b62c2455bf5b5096564f33b2838833a8db0 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 16 Nov 2022 15:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=B7=A1=E6=A3=80=20?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/machineSelect2/machineSelect2.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/components/property/machineSelect2/machineSelect2.js b/public/components/property/machineSelect2/machineSelect2.js index d132361fb..e39de0edc 100755 --- a/public/components/property/machineSelect2/machineSelect2.js +++ b/public/components/property/machineSelect2/machineSelect2.js @@ -81,9 +81,9 @@ _term = params.term; } return { - machineName: _term, + machineNameLike: _term, page: 1, - row: 10, + row: 100, communityId: vc.getCurrentCommunity().communityId }; }, @@ -117,7 +117,7 @@ for (var i = 0; i < _machines.length; i++) { var _tmpMachine = { id: _machines[i].machineId, - text: _machines[i].machineName + text: _machines[i].machineName + "("+_machines[i].machineCode +")" }; _tmpMachines.push(_tmpMachine); }