Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/termLink0615' into test

zhouna 4 gadi atpakaļ
vecāks
revīzija
c016ffc299
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/base/LtModal.vue

+ 1 - 1
src/components/base/LtModal.vue

@@ -360,8 +360,8 @@ export default {
     handleFocus() {},
     onblur() {
       let type, name;
-      if (this.type == 1) {
         const { hisName, hisDetailName } = this.form;
+      if (this.type == 1) {
         type = 1; // 1-化验大项、2-化验小项
         name = hisName;
         if (hisName !== '' && hisDetailName !== '') {