feat: There is no way the,
This commit is contained in:
@@ -827,17 +827,19 @@
|
|||||||
</el-formItem>
|
</el-formItem>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button
|
<el-button
|
||||||
icon="el-icon-search"
|
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
@click="handleSearchStandard"
|
size="mini"
|
||||||
round>
|
style="margin-left: 5px"
|
||||||
|
@click="handleSearchStandard">
|
||||||
|
查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
icon="el-icon-refresh-left"
|
size="mini"
|
||||||
@click="handleResetSearch"
|
@click="handleResetSearch">
|
||||||
round></el-button>
|
清空
|
||||||
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
@@ -1664,11 +1666,11 @@
|
|||||||
this.standardCheckedList = data
|
this.standardCheckedList = data
|
||||||
},
|
},
|
||||||
handleResetSearch() {
|
handleResetSearch() {
|
||||||
this.standardSearchForm.standType = 'INLAND'
|
// this.standardSearchForm.standType = 'INLAND'
|
||||||
this.standardSearchForm.standNumber = ''
|
this.standardSearchForm.lawsNumber = ''
|
||||||
this.standardSearchForm.standSort = ''
|
this.standardSearchForm.lawsName = ''
|
||||||
this.standardSearchForm.standName = ''
|
this.standardSearchForm.lawsEnName = ''
|
||||||
this.standardSearchForm.standEnName = ''
|
this.standardSearchForm.lawsTextState = ''
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.handleSearchStandard()
|
this.handleSearchStandard()
|
||||||
}, 100)
|
}, 100)
|
||||||
|
|||||||
Reference in New Issue
Block a user