sgw 5 dagar sedan
förälder
incheckning
40946f94e9
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/qw/sopTemp/index.vue

+ 2 - 0
src/views/qw/sopTemp/index.vue

@@ -486,6 +486,8 @@ export default {
       this.courseList = response.list;
     });
 
+    this.getCompanyList();
+
     getCompanyList().then(response => {
       this.companys = response.data;
     });