From 7e752b17b9b225951fe2ec608958f7b1f948a674 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 15 一月 2025 17:58:47 +0800
Subject: [PATCH] 表达式管理页面小调整
---
src/views/flowable/task/todo/detail/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/flowable/task/todo/detail/index.vue b/src/views/flowable/task/todo/detail/index.vue
index 9f21172..a48513b 100644
--- a/src/views/flowable/task/todo/detail/index.vue
+++ b/src/views/flowable/task/todo/detail/index.vue
@@ -295,9 +295,10 @@
},
/** 杩斿洖椤甸潰 */
goBack() {
- // 鍏抽棴褰撳墠鏍囩椤靛苟杩斿洖涓婁釜椤甸潰
- const obj = { path: "/task/todo", query: { t: Date.now()} };
- this.$tab.closeOpenPage(obj);
+ // // 鍏抽棴褰撳墠鏍囩椤靛苟杩斿洖涓婁釜椤甸潰
+ // const obj = { path: "/task/todo", query: { t: Date.now()} };
+ // this.$tab.closeOpenPage(obj);
+ this.$tab.closePage()
},
/** 椹冲洖浠诲姟 */
handleReject() {
--
Gitblit v1.8.0