|
@@ -47,6 +47,7 @@
|
|
|
size="small"
|
|
|
type="primary"
|
|
|
icon="el-icon-search"
|
|
|
+ v-show="showSearch"
|
|
|
@click="searchRecords"
|
|
|
>查询
|
|
|
</el-button>
|
|
@@ -407,6 +408,7 @@ export default {
|
|
|
loaded: false,
|
|
|
hasPermit: false,
|
|
|
loading: false,
|
|
|
+ showSearch: true,
|
|
|
showGoBack: false,
|
|
|
tableData: [],
|
|
|
projectId: "",
|
|
@@ -891,6 +893,7 @@ export default {
|
|
|
this.loaded = true;
|
|
|
this.loadOrgList();
|
|
|
this.loadExamList(orgId);
|
|
|
+ this.showSearch = false;
|
|
|
this.showGoBack = true;
|
|
|
this.formSearch.orgId = parseInt(orgId);
|
|
|
this.formSearch.examId = parseInt(examId);
|