Browse Source

代码提交

sunqing 4 years ago
parent
commit
b4a7afa401
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/admin/businessNumManage/businessNumManage.html

+ 3 - 3
src/main/webapp/admin/businessNumManage/businessNumManage.html

@@ -214,11 +214,11 @@
 		})
 
 		$.request({
-			action : 'RoleManageAction/roleQueryBranch',
+			action : 'BusinessNumManageAction/queryTencent',
 			data : { },
 			success : function(data) {
-				var selectName ="branchid";
-				var html1 = '<select lay-verify="branchid" name="';
+				var selectName ="tencentid";
+				var html1 = '<select lay-verify="tencentid" name="';
 				html1 = html1 + selectName;
 				html1 = html1 + '" lay-filter="';
 				html1 = html1 + '"';