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