Browse Source

分享模板

sgw 5 days ago
parent
commit
40946f94e9
1 changed files with 2 additions and 0 deletions
  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;
     });