自动抽题可在兄弟公司中抽取
This commit is contained in:
parent
7abcd74f7e
commit
0c84e8133a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue