From 897faa2d11f5a64d0c5e0f3d802e363430f8bdc0 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期五, 28 六月 2024 13:36:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/components/do/b1-ins-order/add.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index cc71aa4..53ac6d8 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -1237,7 +1237,8 @@
           this.saveLoad = true
           this.$axios.post(this.$api.insOrder.upInsOrderOfState, {
             state,
-            id: this.currentId
+            id: this.currentId,
+            companyId:this.addObj.companyId
           }, {
             headers: {
               'Content-Type': 'application/json'

--
Gitblit v1.9.3