国外标准 取消按钮
This commit is contained in:
@@ -2592,10 +2592,11 @@ export default {
|
|||||||
},
|
},
|
||||||
// 清空搜索框
|
// 清空搜索框
|
||||||
clearAllSearch (flag) {
|
clearAllSearch (flag) {
|
||||||
if (flag === 'standCommonlySearch') {
|
|
||||||
this.standCommonlySearch.standSort = ''
|
if (flag === 'sarStandardsSearch') {
|
||||||
this.standCommonlySearch.standNumber = ''
|
this.sarStandardsSearch.standSort = ''
|
||||||
this.standCommonlySearch.page = 1
|
this.sarStandardsSearch.standNumber = ''
|
||||||
|
this.sarStandardsSearch.page = 1
|
||||||
this.getDomesticStandardTable()
|
this.getDomesticStandardTable()
|
||||||
} else if (flag === 2) {
|
} else if (flag === 2) {
|
||||||
// 标准条目搜索
|
// 标准条目搜索
|
||||||
|
|||||||
Reference in New Issue
Block a user