From 8d80e7269f3d2ed782a0ddff6887614aca88c8dd Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 28 六月 2024 13:03:10 +0800 Subject: [PATCH] 修改审批参数 --- 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 2332c9f..7e5745c 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