From 337cbe47b2f0d72c56cb1f02c3c6115ee17c60ce Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sun, 17 Sep 2023 15:19:43 +0800
Subject: [PATCH] bpmn 引入

---
 src/views/flow/model.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue
index 1330a74..850110b 100644
--- a/src/views/flow/model.vue
+++ b/src/views/flow/model.vue
@@ -1,7 +1,5 @@
 <template>
-  <basic-container
-    :class="[$store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '']"
-  >
+  <basic-container>
     <avue-crud :option="option"
                :table-loading="loading"
                :data="data"
@@ -288,6 +286,9 @@
       return ids.join(",");
     }
   },
+  created(){
+      console.log(this.nutflowOption,454545445545)
+  },
   methods: {
     handleSubmitModel() {
       const registry = this.$refs['wf-design-view'].getElementRegistry().getAll()

--
Gitblit v1.9.3