Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

生成的html里下拉框不能选中已选择的. #11

Open
ilaer opened this issue Dec 10, 2024 · 0 comments
Open

生成的html里下拉框不能选中已选择的. #11

ilaer opened this issue Dec 10, 2024 · 0 comments

Comments

@ilaer
Copy link

ilaer commented Dec 10, 2024

      生成的是:
       <div class="form-group">
            <label class="col-sm-3 control-label">性别:</label>
            <div class="col-sm-8">
                {{getDictTypeSelect "sys_user_sex" "sex" "sex" "" "Sex" "所有" ""}}
            </div>
        </div> 
        
        生成的html里下拉框不能选中已选择的
        
        要改成:
      <div class="form-group">
            <label class="col-sm-3 control-label">性别:</label>
            <div class="col-sm-8">
                {{getDictTypeSelect "sys_user_sex" "sex" "sex" "" .patient.Sex "所有" ""}}
            </div>
        </div> 
@ilaer ilaer changed the title 个人中心-个人资料-修改头像失败 生成的html里下拉框不能选中已选择的. Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant