guhongwei 5 years ago
parent
commit
8a5108a226
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/jobs/talk/detail.vue

+ 1 - 1
src/views/jobs/talk/detail.vue

@@ -235,7 +235,7 @@ export default {
     },
     selectSch(select) {
       let res = this.schList.filter(item => {
-        return `${item.name}` === `${select}`;
+        return `${item.schid}` === `${select}`;
       });
       if (res.length > 0) {
         this.$set(this.query, `schname`, res[0].schname);