{
}
}
+/** 恢复流程模型弹窗 */
+const openModelForm = async (id?: number) => {
+ await push({
+ name: 'BpmModelUpdate',
+ params: { id, type: 'definition' }
+ })
+}
+
/** 初始化 **/
onMounted(() => {
getList()
diff --git a/src/views/bpm/model/form/index.vue b/src/views/bpm/model/form/index.vue
index 96ce5b91..e687360f 100644
--- a/src/views/bpm/model/form/index.vue
+++ b/src/views/bpm/model/form/index.vue
@@ -44,8 +44,13 @@
- 发 布
- 保 存
+
+ 发 布
+
+
+ 恢 复
+ 保 存
+
@@ -81,20 +86,23 @@