yuwandanmian 2 éve
szülő
commit
89aa39c173

+ 0 - 2
src/views/data/query/index.vue

@@ -757,7 +757,6 @@ export default {
           ORG_STATE: this.formData0.medicalRecord || null, //全部病案
           page: this.paginationData.currentPage, //页码
           limit: this.paginationData.pageSize, //条数
-          is_tm: 1
         };
         sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
         sessionStorage.setItem('ZkChoice', this.choice);
@@ -776,7 +775,6 @@ export default {
           field: this.formData1.seniorList || null, //字段条件
           page: this.paginationData.currentPage, //页码
           limit: this.paginationData.pageSize, //条数
-          is_tm: 1
         };
         sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
         sessionStorage.setItem('ZkChoice', this.choice);

+ 0 - 1
src/views/search/index.vue

@@ -719,7 +719,6 @@ export default {
         pramse.AAC04_start = this.formData1.AAC04_start;
         pramse.AAC04_end = this.formData1.AAC04_end;
         this.searchNum = num
-        pramse.is_tm = '1';
         const { ageType1, ageType2 } = this.formData1
         // ageType1 = 1 年龄
         // ageType1 = 0 天数

+ 0 - 1
src/views/searchSystem/components/BLSearch.vue

@@ -1,5 +1,4 @@
 <template>
-<!-- 同views/search/index 一致 -->
   <div class="dashboard-container">
     <div class="block">
       <div class="barBtn">

+ 0 - 1
src/views/searchSystem/components/CaseHomeSearch.vue

@@ -1,5 +1,4 @@
 <template>
-<!-- 同views/data/query 一致 -->
   <div class="dashboard-container">
     <div class="block">
       <div class="barBtn">

+ 0 - 1
src/views/searchSystem/components/DoctorOrderSearch.vue

@@ -1,5 +1,4 @@
 <template>
-<!-- 同views/query/adviceSearch 一致 -->
   <div class="dashboard-container">
     <div class="block">
       <div class="barBtn-title">医嘱查询</div>