Authored by chenchao

fix

... ... @@ -107,8 +107,7 @@ $(document).on('click', '#add-btn', function () {
var item = g.rows[$(this).data("index")];
var standardVal = {
id: item.id,
var standardVal = {
parameterValue: common.util.__input("parameterValue")
};
common.dialog.confirm("新增参数类别",
... ...