commit
This commit is contained in:
@@ -227,7 +227,7 @@
|
|||||||
v-model="standardSearchForm.lawId"
|
v-model="standardSearchForm.lawId"
|
||||||
clearable placeholder="根据编号查找"
|
clearable placeholder="根据编号查找"
|
||||||
:maxlength="100"
|
:maxlength="100"
|
||||||
@keyup.enter.native="handleSearchStandard"/>
|
@keyup.enter.native="getDomesticStandardTable"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="标准名称/政策名称" style="margin-right:10px" prop="lawsName" class="search-item">
|
<el-form-item label="标准名称/政策名称" style="margin-right:10px" prop="lawsName" class="search-item">
|
||||||
<el-input
|
<el-input
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
@click="handleSearchStandard"
|
@click="getDomesticStandardTable"
|
||||||
round>
|
round>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
@@ -547,12 +547,12 @@ export default {
|
|||||||
},
|
},
|
||||||
handleStandardPageChange(page) {
|
handleStandardPageChange(page) {
|
||||||
this.standardSearchForm.page = page
|
this.standardSearchForm.page = page
|
||||||
this.handleSearchStandard()
|
this.getDomesticStandardTable()
|
||||||
},
|
},
|
||||||
handleStandardPageSizeChange(pageSize) {
|
handleStandardPageSizeChange(pageSize) {
|
||||||
this.standardSearchForm.page = 1
|
this.standardSearchForm.page = 1
|
||||||
this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent
|
this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent
|
||||||
this.handleSearchStandard()
|
this.getDomesticStandardTable()
|
||||||
},
|
},
|
||||||
// 点击查看
|
// 点击查看
|
||||||
handlePreview(item) {
|
handlePreview(item) {
|
||||||
@@ -582,7 +582,7 @@ export default {
|
|||||||
this.standardSearchForm.standSort = ''
|
this.standardSearchForm.standSort = ''
|
||||||
this.standardSearchForm.standName = ''
|
this.standardSearchForm.standName = ''
|
||||||
this.standardSearchForm.standEnName = ''
|
this.standardSearchForm.standEnName = ''
|
||||||
this.handleSearchStandard()
|
this.getDomesticStandardTable()
|
||||||
},
|
},
|
||||||
getDomesticStandardTable() {
|
getDomesticStandardTable() {
|
||||||
this.loadSarStandard = true
|
this.loadSarStandard = true
|
||||||
@@ -598,6 +598,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleSearchStandard() {
|
handleSearchStandard() {
|
||||||
|
this.handleResetSearch()
|
||||||
this.standardDrawer = true
|
this.standardDrawer = true
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// 动态设置表格高度
|
// 动态设置表格高度
|
||||||
|
|||||||
Reference in New Issue
Block a user