lex-xin 3 lat temu
rodzic
commit
e29b111896

+ 3 - 3
src/views/process/list/create.vue

@@ -160,7 +160,7 @@ export default {
   },
   async created() {
     await this.getUserInfo();
-    this.getAllOrgan();
+    await this.getAllOrgan();
     this.getProcessNodeList();
   },
   methods: {
@@ -174,9 +174,9 @@ export default {
         }
       });
     },
-    getAllOrgan() {
+    async getAllOrgan() {
       // 获取分部
-      queryAllOrgan({ tenantId: this.tenantId }).then(res => {
+      await queryAllOrgan({ tenantId: this.tenantId }).then(res => {
         if (res.code == 200) {
           const result = res.data;
           const filterOrganId = [

+ 3 - 3
src/views/process/list/handle.vue

@@ -262,7 +262,7 @@ export default {
   },
   async created() {
     await this.getUserInfo()
-    this.getAllOrgan()
+    await this.getAllOrgan()
     await this.getProcessNodeList()
     // 获取用户信息
     try {
@@ -592,8 +592,8 @@ export default {
         this.getProcessNodeList()
       })
     },
-    getAllOrgan() {
-      queryAllOrgan({ tenantId: this.tenantId }).then(res => {
+    async getAllOrgan() {
+      await queryAllOrgan({ tenantId: this.tenantId }).then(res => {
         if (res.code == 200) {
           const result = res.data;
           const filterOrganId = [36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56]

Plik diff jest za duży
+ 0 - 0
web/index.html


Plik diff jest za duży
+ 0 - 0
web/static/web/css/chunk-25041faa.78b07c25.css


Plik diff jest za duży
+ 0 - 0
web/static/web/js/app.43d1ab09.js


Plik diff jest za duży
+ 0 - 0
web/static/web/js/chunk-25041faa.df312842.js


Plik diff jest za duży
+ 0 - 0
web/static/web/js/chunk-5acc8ea8.7a4590da.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików