|
@@ -317,6 +317,7 @@ export default {
|
|
|
},
|
|
|
handleCancel () {
|
|
|
this.visible = false
|
|
|
+ this.searchType = 0
|
|
|
this.confirmLoading = false
|
|
|
},
|
|
|
handleSelect () {
|
|
@@ -335,6 +336,7 @@ export default {
|
|
|
this.selectedRows = this.selectedRows.filter(item => this.selectedRowKeys.includes(+item.id))
|
|
|
this.$emit('selected', this.record, this.selectedRowKeys, this.selectedRows)
|
|
|
this.confirmLoading = false
|
|
|
+ this.searchType = 0
|
|
|
this.visible = false
|
|
|
}
|
|
|
},
|