From 23052b941c61d99716d6ac1e693ab2bfce66b878 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 14 六月 2024 13:34:12 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into 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