若依开源1.1.2发布
This commit is contained in:
@ -9,7 +9,7 @@ $("#form-dict-add").validate({
|
||||
remote: {
|
||||
url: ctx + "system/dict/checkDictTypeUnique",
|
||||
type: "post",
|
||||
dataType: "text",
|
||||
dataType: "json",
|
||||
data: {
|
||||
name : function() {
|
||||
return $.trim($("#dictType").val());
|
||||
|
@ -9,7 +9,7 @@ $("#form-dict-edit").validate({
|
||||
remote: {
|
||||
url: ctx + "system/dict/checkDictTypeUnique",
|
||||
type: "post",
|
||||
dataType: "text",
|
||||
dataType: "json",
|
||||
data: {
|
||||
dictId : function() {
|
||||
return $.trim($("#dictId").val());
|
||||
|
Reference in New Issue
Block a user