yuwandanmian 2 년 전
부모
커밋
0413995a0a

+ 3 - 2
src/views/allcase/caseIndexAnalysisList.vue

@@ -61,13 +61,14 @@
       },
       getList() {
         const { ruleId } = this.$route.query
-        const { time, dep_id } = this.searchData
+        const { time, dep_id, status } = this.searchData
         const { currentPage, pageSize } = this.paginationData
         const params = {
           type: ruleId,
           page: currentPage,
           page_size: pageSize,
-          dep_id
+          dep_id,
+          status: parseInt(status)
         }
         
         if (time && time.length) {

+ 1 - 0
src/views/allcase/components/CaseIndexAnalysisListSearch.vue

@@ -75,6 +75,7 @@
         this.$emit('search')
       },
       onSubmit() {
+        console.log(this.data.status)
         this.$emit('search')
       },
       getDeportmentList() {

+ 1 - 1
src/views/allcase/components/CaseIndexAnalysisListTable.vue

@@ -14,7 +14,7 @@
         align="center">
       </el-table-column>
       <el-table-column
-        prop="MED_REC_ID"
+        prop="AAA28"
         label="住院号"
         width="160">
       </el-table-column>