Fixiaobai
2023-08-30 fb5423f9249d67bf9eb55a8e6179c8b7c0e2be1b
src/views/inspectionManagement/commissionInspection/addCommision.vue
@@ -315,6 +315,7 @@
         this.viewId = this.$route.params.viewId
         this.$store.commit('settings/SAVE_LINK', this.viewId)
         this.getlink(this.$route.params.viewId)
         this.getContractsSampleInfo(this.$route.params.viewId)
      },
      mounted() {
         this.getSampleName()
@@ -337,6 +338,10 @@
               }
            })
         },
         async getContractsSampleInfo(viewId){
            let res=await getContractsSampleInfo({viewId})
            console.log(res.data);
         },
         async getSampleName() {
            const res = await getSampleName()
            this.sampleoptions = res.data.map((item) => {