|
@ -213,7 +213,7 @@ export default { |
|
|
//没有客户,提示无法登录 |
|
|
//没有客户,提示无法登录 |
|
|
this.$message.error("账号不存在"); |
|
|
this.$message.error("账号不存在"); |
|
|
this.endLoading(); |
|
|
this.endLoading(); |
|
|
} else if (data.length === 10) { |
|
|
} else if (data.length === 1) { |
|
|
this.selectCustomer(data[0]); |
|
|
this.selectCustomer(data[0]); |
|
|
} else { |
|
|
} else { |
|
|
this.endLoading(); |
|
|
this.endLoading(); |
|
|