国外法规普通查询清空按钮
This commit is contained in:
@@ -2613,6 +2613,13 @@ export default {
|
|||||||
},
|
},
|
||||||
// 清空搜索框
|
// 清空搜索框
|
||||||
clearAllSearch (flag) {
|
clearAllSearch (flag) {
|
||||||
|
if (flag==='standCommonlySearch'){
|
||||||
|
this.standCommonlySearch.standNumber='';
|
||||||
|
this.standCommonlySearch.standSort='';
|
||||||
|
this.standCommonlySearch.page=1;
|
||||||
|
|
||||||
|
}
|
||||||
|
this.getDomesticStandardTable(this.standCommonlySearch)
|
||||||
|
|
||||||
if (flag === 'sarStandardsSearch') {
|
if (flag === 'sarStandardsSearch') {
|
||||||
this.sarStandardsSearch.standSort = ''
|
this.sarStandardsSearch.standSort = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user