diff --git a/src/pages/workbench/app_build.vue b/src/pages/workbench/app_build.vue index 232b5d1f1cf6098efd778ca0d7cbca3c89507e7d..5de167bd5ed89a4fe01ff55c28e041cbb7e80f79 100644 --- a/src/pages/workbench/app_build.vue +++ b/src/pages/workbench/app_build.vue @@ -622,6 +622,14 @@ export default { this.getTypes(); this.getOrgs(); + this.$api.user.getNowUser().then(({ data }) => { + if (data.success == 1) { + this.app_info.org = data.data.department_id; + } else { + console.log(data.errMsg); + } + }); + this.image_headers = [ { label: "镜像名称",