From c865d7849368bec0808eb186dfa79948f1c2cf95 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 10:32:36 +0800
Subject: [PATCH] 修改查询参数
---
src/views/wel/shemi.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/shemi.vue b/src/views/wel/shemi.vue
index ad9344b..d0c6c2b 100644
--- a/src/views/wel/shemi.vue
+++ b/src/views/wel/shemi.vue
@@ -655,7 +655,7 @@
title: this.formApprove.title,
nodeId: this.id,
tempInstanceId: this.replaceDataId,
- comment: this.formApprove.comment,
+ comment: this.formApprove.comment,
assignee: this.formApprove.assignee
}
axios({
--
Gitblit v1.9.3