|
@@ -345,6 +345,7 @@ export default {
|
|
|
this.searchStr = searchStr
|
|
|
this.customFields = customFields
|
|
|
this.queryParams.current = 1
|
|
|
+ this.handleCancelSelectNumber()
|
|
|
this.getList()
|
|
|
this.$nextTick(()=>{
|
|
|
this.$refs.customFields.close()
|
|
@@ -908,6 +909,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
submitIndex(){
|
|
|
+ this.handleCancelSelectNumber()
|
|
|
this.getList()
|
|
|
this.$refs.customFields.refreshOptions(1)
|
|
|
},
|