|
@ -52,6 +52,7 @@ $(document).ready(function(){
|
52
|
52
|
},
|
53
|
53
|
"data": $info,
|
54
|
54
|
dataType: "json",
|
|
55
|
traditional: true,
|
55
|
56
|
'error': function() {
|
56
|
57
|
$.MsgBox.Alert('提示', '服务器连接超时!');
|
57
|
58
|
}
|
|
@ -64,7 +65,6 @@ $(document).ready(function(){
|
64
|
65
|
if ($data[i].pic)
|
65
|
66
|
var imgSrc="/data/researchResult"+$data[i].pic.split(",")[0];
|
66
|
67
|
if($data[i].status=='2') {
|
67
|
|
console.log(i)
|
68
|
68
|
oTime="修改于 "+TimeTr($data[i].modifyTime);
|
69
|
69
|
draftLable='<span class="draftLable" style="margin-left: 20px;">草稿</span>';
|
70
|
70
|
oHtml="unPatentIssue.html";
|
|
@ -163,7 +163,7 @@ $(document).ready(function(){
|
163
|
163
|
"type": "POST",
|
164
|
164
|
"success": function(data) {
|
165
|
165
|
if(data.success) {
|
166
|
|
getRecourceMe(1,false);
|
|
166
|
getRecourceMe(1,true);
|
167
|
167
|
}
|
168
|
168
|
},
|
169
|
169
|
"data": {"id":resourceId},
|