| | |
| | | $("#password").removeAttr("required") |
| | | $("#passwordSure").removeAttr("lay-verify") |
| | | |
| | | $("#doctorState-shi").attr("checked", doctor.doctorState? true : false); |
| | | $("#doctorState-fou").attr("checked", !doctor.doctorState ? true : false); |
| | | $("#isTop-shi").attr("checked", doctor.isTop? true : false); |
| | | $("#isTop-fou").attr("checked", !doctor.isTop ? true : false); |
| | | $("#isAnswer-shi").attr("checked", doctor.isAnswer? true : false); |
| | | $("#isAnswer-fou").attr("checked", !doctor.isAnswer ? true : false); |
| | | |
| | | $("#isSigning-shi").attr("checked", doctor.isSigning? true : false); |
| | | $("#isSigning-fou").attr("checked", !doctor.isSigning ? true : false); |
| | | form.render(); |
| | | } else { |
| | | loadEditData(); |