From c26281ff05585d8f3f337b290831803fe766748b Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期二, 02 一月 2024 18:31:44 +0800
Subject: [PATCH] su

---
 src/views/system/tijian/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 834923d..48b54d6 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -2122,6 +2122,7 @@
           tjFlowingWater: this.tjFlowingWater,
           userId,
           tjType,
+          tjCategory:this.tjCategory
         };
       } else {
         data = {
@@ -2130,6 +2131,7 @@
           tjFlowingWater: this.tjFlowingWater,
           userId,
           tjType,
+          tjCategory:this.tjCategory
         };
       }
       getOrder(data).then((res) => {

--
Gitblit v1.8.0