Procházet zdrojové kódy

试剂更换验证定量组件判断传值修改

cyy před 1 měsícem
rodič
revize
2a227d329a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/component/reagent/reagentChange.vue

+ 2 - 2
src/views/component/reagent/reagentChange.vue

@@ -303,7 +303,7 @@ export default {
               }
               }
             })
             })
           })
           })
-          this.disabled = false
+          // this.disabled = false
           setTimeout(() => {
           setTimeout(() => {
             this.$nextTick(() => {
             this.$nextTick(() => {
               this.$refs.reagent && this.$refs.reagent.$forceUpdate()
               this.$refs.reagent && this.$refs.reagent.$forceUpdate()
@@ -313,7 +313,7 @@ export default {
           this.$emit(
           this.$emit(
             'change-data',
             'change-data',
             'zuJianShuJu',
             'zuJianShuJu',
-            JSON.stringify([value, this.copyDialogData.length, this.disabled])
+            JSON.stringify([value, this.copyDialogData.length, true])
           )
           )
         }
         }
       },
       },