Browse Source

导入搜索

jack 7 years ago
parent
commit
4c0510f15b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/patentImport.js

+ 1 - 1
js/patentImport.js

@ -8,7 +8,7 @@ $(document).ready(function() {
8 8
	var userName = $.cookie("userName");
9 9
	/*资源列表查询*/
10 10
	function getRecourceMe(n, isbind, num) {
11
		var resourceNameVa = $("#resouceName").val();
11
		var resourceNameVa = $("#patentName").val();
12 12
		var $info = {};
13 13
		$info.id = userid;
14 14
		$info.author = userName;