From fd9deb7e45ff86f3570a3048a459b29f0ebbd628 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 13 六月 2024 18:04:15 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/do/b1-ins-order/add.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue index e0749b0..ffa7fc9 100644 --- a/src/components/do/b1-ins-order/add.vue +++ b/src/components/do/b1-ins-order/add.vue @@ -997,7 +997,7 @@ return a })), pairing: JSON.stringify(this.bsm2Val2) - }) + }) }).then(res => { this.saveLoad = false if (res.code == 201) return @@ -1159,6 +1159,8 @@ this.sample.insProduct = [] this.sample.id = this.count this.sample.childSampleList = [] + this.sample.insulating = null + this.sample.sheath = null this.sampleList.push(this.HaveJson(this.sample)) this.count++ } -- Gitblit v1.9.3