Commit e96d255e authored by 徐一鸣's avatar 徐一鸣

应用构建fixed

parent 7bd194d7
...@@ -622,6 +622,14 @@ export default { ...@@ -622,6 +622,14 @@ export default {
this.getTypes(); this.getTypes();
this.getOrgs(); 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 = [ this.image_headers = [
{ {
label: "镜像名称", label: "镜像名称",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment