| | |
| | | cols: [[ |
| | | {type: 'checkbox', hide:true} |
| | | // ,{field: 'id', align: 'center',title: '唯一ID'} |
| | | // ,{field: 'itemId', align: 'center',title: '项目ID'} |
| | | ,{field: 'itemId$', align: 'center',title: '项目名称'} |
| | | ,{field: 'flowId$', align: 'center',title: '节点名称'} |
| | | ,{field: 'weightNum', align: 'center',title: '权重值'} |
| | | // ,{field: 'flowId', align: 'center',title: '节点ID'} |
| | |
| | | |
| | | if (res.data != null) { |
| | | // console.log(res.data[0].key) |
| | | items = res.data[0].key; |
| | | // items = res.data[0].key; |
| | | items='0'; |
| | | var tpl = $("#parentNodeGroup").html(); |
| | | var template = Handlebars.compile(tpl); |
| | | var html = template(res); |