This commit is contained in:
kdh0120 2021-01-06 04:15:21 +00:00
parent 5117f2075c
commit 04f0657926
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@
if (capResult.code == 1000) {
msgok(1, "", true);
$("#dform_tabidx").val(3);
$("#dform").attr("#action","/user/@(Model.viewname)reg").submit();
$("#dform").attr("action","/user/@(Model.viewname)reg").submit();
} else {
msgdev();
}