diff --git a/src/main/resources/static/js/system/child/userFormTemp.js b/src/main/resources/static/js/system/child/userFormTemp.js index 062b8ad..01eadd3 100644 --- a/src/main/resources/static/js/system/child/userFormTemp.js +++ b/src/main/resources/static/js/system/child/userFormTemp.js @@ -286,6 +286,8 @@ function setFormData(data) { formSelects.value('project', selectedValues); /*$('#teamId').val(data.teamId) $('#teamId option[value=' + data.teamId + ']').attr('selected', true)*/ + $('input[name="loginType"]').prop('checked', false); + // form.render(); var arrCB = data.loginTypes; console.log(arrCB + "arrCB"); for (var j = 0; j < arrCB.length; j++) { diff --git a/src/main/resources/static/pages/processes/processes.html b/src/main/resources/static/pages/processes/processes.html index 435cdb8..861c6be 100644 --- a/src/main/resources/static/pages/processes/processes.html +++ b/src/main/resources/static/pages/processes/processes.html @@ -38,10 +38,9 @@ src="../../img/form/add_icon3.png">

新增专业

--> - diff --git a/src/main/resources/static/pages/user/child/userFormTemp.html b/src/main/resources/static/pages/user/child/userFormTemp.html index d468126..3dbd2ad 100644 --- a/src/main/resources/static/pages/user/child/userFormTemp.html +++ b/src/main/resources/static/pages/user/child/userFormTemp.html @@ -119,7 +119,7 @@
- +
diff --git a/src/main/resources/static/pages/user/userMge.html b/src/main/resources/static/pages/user/userMge.html index dc81262..7fc9397 100644 --- a/src/main/resources/static/pages/user/userMge.html +++ b/src/main/resources/static/pages/user/userMge.html @@ -52,11 +52,10 @@ -