From 1040167f480011d8fc7aba5da0d4f56fa475d5fb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 16 八月 2025 22:02:31 +0800
Subject: [PATCH] 加log
---
src/views/flowmgr/programexport.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 453e0cc..a2550cb 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -271,7 +271,7 @@
{},
{ids: this.selection.map(item => item.id)},
).then(res => {
- //console.log('status='+res.status)
+ console.log('status='+res.status)
if(res.status == 200){
//console.log(res.data);
--
Gitblit v1.9.3