|
@@ -385,6 +385,11 @@ export default {
|
|
|
? this.$route.params.levelId
|
|
|
: this.$route.params.agentLevel
|
|
|
this.formData.searchText = this.$route.params.proxyId ? this.$route.params.proxyId : this.$route.params.agentCode
|
|
|
+ this.locationsDatacopy.forEach((element) => {
|
|
|
+ if (element.agentId == this.formData.searchText) {
|
|
|
+ this.formData.searchTexts = element.agentName
|
|
|
+ }
|
|
|
+ })
|
|
|
// this.formData.agentLevel = this.$route.query.agentLevel;
|
|
|
// this.formData.agentCode = this.$route.query.agentCode;
|
|
|
}
|