master
parent
899ffd7105
commit
efa0971668
|
|
@ -82,6 +82,10 @@ function init(){
|
|||
"type":"get",
|
||||
"data":function(d){
|
||||
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ function init(){
|
|||
"data":function(d){
|
||||
d.description = $('#description').val();
|
||||
d.status = $('#status').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,10 @@ function init(){
|
|||
d.nickname = $('#nickname').val();
|
||||
d.beginTime = $('#beginTime').val();
|
||||
d.endTime = $('#endTime').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,10 @@ function init(){
|
|||
d.subject = $('#subject').val();
|
||||
d.beginTime = $('#beginTime').val();
|
||||
d.endTime = $('#endTime').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -100,6 +100,10 @@ function init(){
|
|||
d.status = $('#status').val();
|
||||
d.beginTime = $('#beginTime').val();
|
||||
d.endTime = $('#endTime').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,10 @@ function init(){
|
|||
d.beginTime = $('#beginTime').val();
|
||||
d.endTime = $('#endTime').val();
|
||||
d.isRead = $('#isRead').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -77,6 +77,10 @@ function init(){
|
|||
"type":"get",
|
||||
"data":function(d){
|
||||
d.name = $('#name').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
|
|
@ -94,6 +94,10 @@ function init(){
|
|||
d.username = $('#username').val();
|
||||
d.nickname = $('#nickname').val();
|
||||
d.status = $('#status').val();
|
||||
},
|
||||
"error":function(xhr, textStatus, errorThrown){
|
||||
var msg = xhr.responseText;
|
||||
console.log(msg)
|
||||
}
|
||||
},
|
||||
"dom": "<'dt-toolbar'r>t<'dt-toolbar-footer'<'col-sm-10 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-10' p v>>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue