|
@@ -1589,9 +1589,6 @@ function ribaoCommit() {
|
|
|
//loading
|
|
|
var tempTimes = $.toast.prototype.defaults.duration
|
|
|
$.toast.prototype.defaults.duration = 0
|
|
|
- if(!$("#suspectedId").val()) {
|
|
|
- suspectedId = "1";
|
|
|
- }
|
|
|
$.toast("处理中...", 'loading');
|
|
|
|
|
|
$.ajax({
|
|
@@ -1674,6 +1671,9 @@ function ribaoCommit() {
|
|
|
$('#txt_shangbaotime').empty();
|
|
|
// $.toast("请点击上报");
|
|
|
}
|
|
|
+ if(!$("#suspectedId").val()) {
|
|
|
+ suspectedId = "1";
|
|
|
+ }
|
|
|
$.toast("操作成功");
|
|
|
ribao_refrash();
|
|
|
clearShow();
|