|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
props: {}, |
|
|
|
|
methods: { |
|
|
|
|
...mapMutations('dag', ['setIsDetails', 'resetParams']), |
|
|
|
|
...mapActions('dag', ['getProcessList','getProjectList', 'getResourcesList', 'getInstancedetail']), |
|
|
|
|
...mapActions('dag', ['getProcessList','getProjectList', 'getResourcesList', 'getInstancedetail','getResourcesListJar']), |
|
|
|
|
...mapActions('security', ['getTenantList','getWorkerGroupsAll']), |
|
|
|
|
/** |
|
|
|
|
* init |
|
|
|
@ -62,6 +62,8 @@
|
|
|
|
|
this.getProjectList(), |
|
|
|
|
// get resources |
|
|
|
|
this.getResourcesList(), |
|
|
|
|
// get jar |
|
|
|
|
this.getResourcesListJar(), |
|
|
|
|
// get worker group list |
|
|
|
|
this.getWorkerGroupsAll(), |
|
|
|
|
this.getTenantList() |
|
|
|
|