浏览代码

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

zhouna 4 年之前
父节点
当前提交
c016ffc299
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 !== '') {