diff --git a/ruoyi-ui/src/views/flowable/oa-project-flow.vue b/ruoyi-ui/src/views/flowable/oa-project-flow.vue new file mode 100644 index 0000000..6af294c --- /dev/null +++ b/ruoyi-ui/src/views/flowable/oa-project-flow.vue @@ -0,0 +1,258 @@ + + + + + diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 706bbee..fc76bed 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -4,46 +4,11 @@
- 联系信息 -
-
-

- QQ群: - 782924350 -

-

- 微信:Almost-2y -

-

- 说明:承接各种小型项目,有需求可联系我。微信:Almost-2y / QQ: 846249920 -

+ 发起项目申请流程
- - -
- 捐赠支持 -
-
- donate - 可以请作者喝杯咖啡以示鼓励! -
-
-
@@ -72,10 +37,12 @@ + diff --git a/ruoyi-ui/src/views/tool/build/index.vue b/ruoyi-ui/src/views/tool/build/index.vue index dc26cca..846d337 100644 --- a/ruoyi-ui/src/views/tool/build/index.vue +++ b/ruoyi-ui/src/views/tool/build/index.vue @@ -227,6 +227,7 @@ export default { formContent: null, remark: null }, + // 表单校验 rules: {} } @@ -333,6 +334,7 @@ export default { const i = this.drawingList.findIndex(item => item.__config__.renderKey === renderKey) if (i > -1) this.$set(this.drawingList, i, component) }, + fetchData(component) { const { dataType, method, url } = component.__config__ if (dataType === 'dynamic' && method && url) {