Browse Source

草稿修复1

lyn7568 5 years ago
parent
commit
cc91569c8c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/unPatentList.js

+ 2 - 1
js/unPatentList.js

@ -15,13 +15,14 @@ $(document).ready(function () {
15 15
			$info.key = resourceNameVa;
16 16
		}
17 17
		$info.pageNo = n;
18
		$info.status = ['1','2'];
18
		$info.status = ['1', '2'];
19 19
		$info.id = userid
20 20
		$.ajax({ //获取全部非专数据
21 21
			// /ajax/resResult/pq/creator
22 22
			"url": "/ajax/resResult/pq/researcher",
23 23
			"type": "GET",
24 24
			"success": function (data) {
25
				console.log(data)
25 26
				if (data.success) {
26 27
					$("#patentList").html("");
27 28
					if (num == 1) {