Browse Source

8833,8832

zhouna 4 years ago
parent
commit
f7777ce0b8
1 changed files with 1 additions and 1 deletions
  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 !== '') {