Просмотр исходного кода

科室匹配添加编码字段

wyq 3 лет назад
Родитель
Сommit
806d8963fb
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      src/components/common/LtModal.vue

+ 1 - 3
src/components/common/LtModal.vue

@@ -154,7 +154,7 @@
         <span
           v-for="item in mapList"
           :key="item.id"
-        >{{item.uniqueName}}&nbsp;&nbsp;{{item.form}};</span>
+        >{{item.uniqueName}}&nbsp;&nbsp;{{item.form}}{{item.hisCode}};</span>
       </div>
       <div class="modal-footer">
         <button class="confirm btns" :disabled="saveDisable" @click="submitForm">确定</button>
@@ -298,8 +298,6 @@ export default {
         this.ty = 2;
       }
       this.searchType = this.ty;
-      console.log(this.ty)
-      console.log(this.type)
       this.showDrop = true;
       let params = {
         type: this.ty ? this.ty : this.type,