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