dengzhiguo hace 6 años
padre
commit
5ff06a2fb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/component/manageCenter/set/userManagementS/user.jsx

+ 1 - 1
js/component/manageCenter/set/userManagementS/user.jsx

@@ -343,7 +343,7 @@ const User = Form.create()(React.createClass({
 	//新建获取id
 	addIdS() {
 		$.ajax({
-			method: "post",
+			method: "get",
 			dataType: "json",
 			crossDomain: false,
 			url: globalConfig.context + '/api/admin/superviser/newId',