|
@@ -231,7 +231,7 @@
|
|
|
</CardTitle>
|
|
|
<el-collapse-transition>
|
|
|
<div v-show="quxian_show">
|
|
|
- <el-form :inline="true" :model="caseSearchData" class="demo-form-inline">
|
|
|
+ <!-- <el-form :inline="true" :model="caseSearchData" class="demo-form-inline">
|
|
|
<el-form-item label="">
|
|
|
<el-select v-model="caseSearchData.department" filterable clearable placeholder="科室">
|
|
|
<el-option v-for="(item, index) in departmentList" :label="item.name" :value="item.name"
|
|
@@ -241,11 +241,8 @@
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="getCaseList">查询</el-button>
|
|
|
</el-form-item>
|
|
|
- </el-form>
|
|
|
- <ProblemTableBoxVue :data="caseList" from="ZMBLZK" @onGotoPage="(e) => urlGoto('/defectNumber?',`KS_CODE=${
|
|
|
- Array.isArray(departmentList) && departmentList.find(item => item.name == caseSearchData.department)?
|
|
|
- departmentList.find(item => item.name == caseSearchData.department).id : ''
|
|
|
- }&rule_id=${e.key}&from=ZMBLZK_WTSL`)"/>
|
|
|
+ </el-form> -->
|
|
|
+ <ProblemTableBoxVue :data="caseList" from="ZMBLZK" @onGotoPage="(e) => urlGoto('/defectNumber?',`rule_id=${e.key}&from=ZMBLZK_WTSL`)"/>
|
|
|
</div>
|
|
|
</el-collapse-transition>
|
|
|
|