自动抽题可在兄弟公司中抽取

This commit is contained in:
caoqianming 2020-11-10 21:43:19 +08:00
parent 7abcd74f7e
commit 0c84e8133a
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@
}) })
$("#tmfls").combotree({ $("#tmfls").combotree({
url: 'api/questioncat?a=tree', url: 'api/questioncat?a=tree3',
method: 'get', method: 'get',
multiple: true, multiple: true,
loadFilter: function (rows) { loadFilter: function (rows) {
return convert(rows); return convert(rows, 'closed');
}, },
formatter: function (node) { formatter: function (node) {
var s = node.text; var s = node.text;