| | |
| | | smsCode: "", |
| | | rememberMe: false, |
| | | code: "", |
| | | orgid: "1", |
| | | orgid: "47255004333112711A1001", |
| | | }, |
| | | options: [ |
| | | { value: "1", label: "景宁畲族自治县人民医院" }, |
| | |
| | | |
| | | const loginData = { |
| | | username: this.loginForm.username, |
| | | orgid: "1", |
| | | orgid: "47255004333112711A1001", |
| | | loginType: this.loginMethod |
| | | }; |
| | | |
| | |
| | | this.$store |
| | | .dispatch("Login", loginData) |
| | | .then(() => { |
| | | this.$router.push({ path: this.redirect || "/" }).catch(() => {}); |
| | | this.$router.push({ path: this.redirect || "/followvisit/discharge" }).catch(() => {}); |
| | | }) |
| | | .catch(() => { |
| | | this.loading = false; |