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