From 0c84e8133a590c098621858fa4ed34e0cee855e8 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 10 Nov 2020 21:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8A=BD=E9=A2=98=E5=8F=AF?= =?UTF-8?q?=E5=9C=A8=E5=85=84=E5=BC=9F=E5=85=AC=E5=8F=B8=E4=B8=AD=E6=8A=BD?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- safesite/templates/examtestadd2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/safesite/templates/examtestadd2.html b/safesite/templates/examtestadd2.html index 9bf68809..4a6afeb0 100644 --- a/safesite/templates/examtestadd2.html +++ b/safesite/templates/examtestadd2.html @@ -94,11 +94,11 @@ }) $("#tmfls").combotree({ - url: 'api/questioncat?a=tree', + url: 'api/questioncat?a=tree3', method: 'get', multiple: true, loadFilter: function (rows) { - return convert(rows); + return convert(rows, 'closed'); }, formatter: function (node) { var s = node.text;