|
@@ -632,7 +632,7 @@ export default {
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
talentMethod(query) {
|
|
talentMethod(query) {
|
|
|
- if (query !== '') {
|
|
|
|
|
|
|
+ if (/^\d{11}$/.test(query)) {
|
|
|
this.talentParam.phone = query;
|
|
this.talentParam.phone = query;
|
|
|
listBySearch(this.talentParam).then(response => {
|
|
listBySearch(this.talentParam).then(response => {
|
|
|
this.talentList = response.data;
|
|
this.talentList = response.data;
|