소스 검색

添加细项

wyq 3 년 전
부모
커밋
033206b15f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/common/LtModal.vue

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

@@ -201,6 +201,7 @@ export default {
       this.isEdit = true;
       this.editId = this.data.id;
       this.form.hisName = this.data.hisName;
+      this.form.hisDetailName = this.data.hisDetailName;
       this.form.searchText = this.data.uniqueName;
       this.form.icdCode = this.data.code;
       this.form.conceptId = this.data.conceptId;