sgw il y a 5 jours
Parent
commit
40946f94e9
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
     });