From 53605d638044f3129cb622d44bd6c2026b7978cd Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 16 一月 2025 22:41:31 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-vue --- src/views/projectProcess/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue index 45f2197..f33fa53 100644 --- a/src/views/projectProcess/index.vue +++ b/src/views/projectProcess/index.vue @@ -197,6 +197,7 @@ :prop="item.id" :label="item.label" :min-width="item.minWidth" + :show-overflow-tooltip="item.showOverflowTooltip" > <template slot-scope="scope"> <!-- 浣跨敤鍏峰悕鎻掓Ы --> @@ -392,7 +393,7 @@ methods: { // 鏌ョ湅璇︽儏 lookProcessDetail(row) { - console.log(row.processDefId) + sessionStorage.removeItem("projectProDetail") this.$router.push({ path: '/projectFlow/detail', query: { -- Gitblit v1.8.0