guhongwei 5 年之前
父节点
当前提交
8a5108a226
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
     selectSch(select) {
       let res = this.schList.filter(item => {
       let res = this.schList.filter(item => {
-        return `${item.name}` === `${select}`;
+        return `${item.schid}` === `${select}`;
       });
       });
       if (res.length > 0) {
       if (res.length > 0) {
         this.$set(this.query, `schname`, res[0].schname);
         this.$set(this.query, `schname`, res[0].schname);