...
|
...
|
@@ -224,7 +224,7 @@ var doAddType = function () { |
|
|
return;
|
|
|
}
|
|
|
var isleaf = $('#cb_new_type_isleaf').prop("checked") == true ? 1 : 0;
|
|
|
$.get(contextPath+"/type/add", {"pid": pid, "name": name, "isleaf": isleaf},
|
|
|
$.get(contextPath+"/type/add", {"pid": pid, "name": name, "isleaf": isleaf,"tags":""},
|
|
|
function (data, state) {
|
|
|
var repjson = JSON.parse(data);
|
|
|
if (state == "success" && repjson.code == 200) {
|
...
|
...
|
|