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
                        form.val({province: $("#oprovince").text()});
50
                        form.val({province: $("#oprovince").text()});
51
                    }
51
                    }
52
                    if ($("#ocity").text() != "请选择城市") {
52
                    if ($("#ocity").text() != "请选择城市") {
53
                        from.val({address: $("#ocity").text()});
53
                        form.val({address: $("#ocity").text()});
54
                    }
54
                    }
55
55
56
                });
56
                });