田源
2024-09-29 d8f51c40544ae278095e991ed00ec297842d4332
Source/UBCS-WEB/src/views/flow/deploy.vue
@@ -19,13 +19,14 @@
        },
        option: {
          labelWidth: 120,
          columnBtn:false,
          menuBtn: false,
          column: [
            {
              label: '流程类型',
              prop: 'flowCategory',
              type: 'select',
              dicUrl: `/api/blade-system/dict/dictionary?code=flow`,
              dicUrl: `/api/ubcs-system/dict/dictionary?code=flow`,
              props: {
                label: "dictValue",
                value: "dictKey"
@@ -71,7 +72,7 @@
              prop: "tenantId",
              type: "tree",
              multiple: true,
              dicUrl: "/api/blade-system/tenant/select",
              dicUrl: "/api/ubcs-system/tenant/select",
              props: {
                label: "tenantName",
                value: "tenantId"
@@ -97,7 +98,7 @@
                res: 'data'
              },
              tip: '请上传 bpmn20.xml 标准格式文件',
              action: '/api/blade-flow/manager/check-upload'
              action: '/api/ubcs-flow/manager/check-upload'
            },
          ]
        }