Commit 33270667 authored by huangjie's avatar huangjie

Merge branch 'V20230915' of http://192.168.60.201/root/dsk-operate-sys into V20230915

parents fc3ae0ab 5bd50db1
......@@ -150,7 +150,7 @@ export default {
},
handleClear() {
if(this.isClear && this.isHover) {
this.value = ''
this.value = '';
this.pickerValue = []
this.$emit('input', '')
this.$emit('handle-search')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment