value
2024-06-01 cb57a0254f0e2efb0e4f4b274d259aa85245946d
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