feat: There is no way the, BUG #51988
This commit is contained in:
+3
-2
@@ -1062,7 +1062,7 @@
|
||||
</el-dialog>
|
||||
</div>
|
||||
<el-drawer
|
||||
title="高级搜索"
|
||||
title="高级检索"
|
||||
size="700px"
|
||||
:wrapperClosable="false"
|
||||
:visible.sync="isAdvancedSearch">
|
||||
@@ -4213,6 +4213,7 @@ export default {
|
||||
this.tableFlag = item
|
||||
// item.advanceSearchVOStr = JSON.stringify(advancedSearch) || ''
|
||||
this.getBussionStandTable(item, '', type)
|
||||
this.isAdvancedSearch = false
|
||||
},
|
||||
// 清空搜索框
|
||||
clearAllSearch(flag) {
|
||||
@@ -4385,6 +4386,7 @@ export default {
|
||||
}
|
||||
this.SarExportSearchEo = formData
|
||||
formData.isKU = '1'
|
||||
this.isAdvancedSearch = false
|
||||
this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', formData, {
|
||||
_this: this, loading: 'loading'
|
||||
}, res => {
|
||||
@@ -4405,7 +4407,6 @@ export default {
|
||||
if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) {
|
||||
this.pageChange(1)
|
||||
}
|
||||
this.isAdvancedSearch = false
|
||||
}, e => {
|
||||
})
|
||||
// this.$refs.selection.selectAll(false)
|
||||
|
||||
Reference in New Issue
Block a user