sgw пре 5 дана
родитељ
комит
40946f94e9
1 измењених фајлова са 2 додато и 0 уклоњено
  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;
     });