src/components/do/b1-ins-order/add.vue
@@ -1358,6 +1358,10 @@ this.$axios.post(this.$api.insBushing.selectBushingBySampleId,{ sampleId: this.sampleId }).then(res=>{ if(res.data.length===0){ this.$message.error('该样品没有配置光纤') return } for(var i in this.sampleList){ if(this.sampleList[i].id = this.sampleId){ this.sampleList[i].bushing = res.data