浏览代码

02/08 12:23

准备上线
261568008@qq.com 5 年之前
父节点
当前提交
b82d3458e8
共有 3 个文件被更改,包括 1 次插入0 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-09753c97.a1d59214.js
  3. 1 0
      src/views/teacherManager/teacherList.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-09753c97.a1d59214.js


+ 1 - 0
src/views/teacherManager/teacherList.vue

@@ -224,6 +224,7 @@ export default {
       }
       }
       getEmployeeOrgan().then(res => {
       getEmployeeOrgan().then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
+          this.branchList = []
           res.data.forEach(item => {
           res.data.forEach(item => {
             this.branchList.push({
             this.branchList.push({
               label: item.name,
               label: item.name,

部分文件因为文件数量过多而无法显示