XMTT 7 years ago
parent
commit
db87093f3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/model/sys/professor/new.js

+ 1 - 1
js/model/sys/professor/new.js

@ -50,7 +50,7 @@ spa_define(function () {
50 50
                        form.val({province: $("#oprovince").text()});
51 51
                    }
52 52
                    if ($("#ocity").text() != "请选择城市") {
53
                        from.val({address: $("#ocity").text()});
53
                        form.val({address: $("#ocity").text()});
54 54
                    }
55 55
56 56
                });