TheOpenCloudEngine / uEngine5-base

uEngine5 BPMS that totally re-written in Microservices architecture. uEngine5 can act as not only a conventional Workflow or BPMS but also as a REST api orchestrator or a BPaaS (Business process as a service) of members of OCE's MSA components.
MIT License
10 stars 13 forks source link

버전관리 UI #75

Open jinyoung opened 6 years ago

jinyoung commented 6 years ago

notes_180103_164725_e6d_1

버전 데이터 갖고오는 방법: Designer.vue 참고:

      loadVersions: function() {
        var me = this;

        var versions = [];

        me.backend.$bind("version", versions);

        versions.$load().then(function(versions) {
          if (versions) {
            me.versions = versions;
          }
        });

      },
jinyoung commented 6 years ago
활성화 ... makeProduction: function(version){ version.makeProduction.$create(); } ```
jinyoung commented 6 years ago

API reference : https://github.com/TheOpenCloudEngine/uEngine5-base/wiki/uEngine5-API-Reference